commit | 9a648f3c535cb6b24a5f0538d032aea9a33ec515 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Sun Nov 13 00:33:32 2005 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 16 14:13:20 2005 -0500 |
tree | 462506eaa9284d610e681cc5fca0aac4e762e073 | |
parent | c8ebd3a37f0e7a2aae337279d58a50c1a1fcd053 [diff] |
[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 <linville@tuxdriver.com>