From: John W. Linville Date: Sun, 13 Nov 2005 05:33:32 +0000 (-0500) Subject: [PATCH] skge: fix warning from inlining SkPciWriteCfgDWord() X-Git-Tag: v2.6.16-rc1~474^2~22^2~7^2~93^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a648f3c535cb6b24a5f0538d032aea9a33ec515;p=pandora-kernel.git [PATCH] skge: fix warning from inlining SkPciWriteCfgDWord() Making SkPciWriteCfgDWord a static inline produces a warning due to a forward declaration in skdrv2nd.h. This patch removes that declaration. Signed-off-by: John W. Linville --- Reading git-diff-tree failed