mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 15:14:18 +08: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 30d55e71a8
("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…
Reference in New Issue
Block a user