From: David Howells Date: Sat, 26 Jul 2008 02:44:47 +0000 (-0700) Subject: pnp: fix the fcpnp_driver declaration to only exist if CONFIG_PNP=y X-Git-Tag: v2.6.27-rc1~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c485b465a031b6f9b9a51300e0ee1f86efc6db87;p=pandora-kernel.git pnp: fix the fcpnp_driver declaration to only exist if CONFIG_PNP=y Fix the fcpnp_driver declaration to only exist if CONFIG_PNP=y as it's only accessed in that case. The PNP=n variant was added by 30d55e71a81b1f5a8136f191dc9f4c21f18e77e6 ("hisax: depend on CONFIG_PNP, not __ISAPNP__") Fixes an unused variable warning. Signed-off-by: David Howells Acked-by: Bjorn Helgaas Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed