diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index caeeacc7b070..e91dcc05b790 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -1224,12 +1224,6 @@ early_param("pci", pci_setup); | |||
1224 | 1224 | ||
1225 | device_initcall(pci_init); | 1225 | device_initcall(pci_init); |
1226 | 1226 | ||
1227 | #if defined(CONFIG_ISA) || defined(CONFIG_EISA) | ||
1228 | /* FIXME: Some boxes have multiple ISA bridges! */ | ||
1229 | struct pci_dev *isa_bridge; | ||
1230 | EXPORT_SYMBOL(isa_bridge); | ||
1231 | #endif | ||
1232 | |||
1233 | EXPORT_SYMBOL_GPL(pci_restore_bars); | 1227 | EXPORT_SYMBOL_GPL(pci_restore_bars); |
1234 | EXPORT_SYMBOL(pci_enable_device_bars); | 1228 | EXPORT_SYMBOL(pci_enable_device_bars); |
1235 | EXPORT_SYMBOL(pci_enable_device); | 1229 | EXPORT_SYMBOL(pci_enable_device); |