[PATCH] skge: fix warning from inlining SkPciWriteCfgDWord()
authorJohn W. Linville <linville@tuxdriver.com>
Sun, 13 Nov 2005 05:33:32 +0000 (00:33 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 16 Nov 2005 19:13:20 +0000 (14:13 -0500)
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 <linville@tuxdriver.com>

No differences found