mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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 <dhowells@redhat.com> Acked-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
999ed65ad1
commit
c485b465a0
@ -974,8 +974,6 @@ static struct pnp_driver fcpnp_driver = {
|
||||
.remove = __devexit_p(fcpnp_remove),
|
||||
.id_table = fcpnp_ids,
|
||||
};
|
||||
#else
|
||||
static struct pnp_driver fcpnp_driver;
|
||||
#endif
|
||||
|
||||
static void __devexit fcpci_remove(struct pci_dev *pdev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user