aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c6
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
1225device_initcall(pci_init); 1225device_initcall(pci_init);
1226 1226
1227#if defined(CONFIG_ISA) || defined(CONFIG_EISA)
1228/* FIXME: Some boxes have multiple ISA bridges! */
1229struct pci_dev *isa_bridge;
1230EXPORT_SYMBOL(isa_bridge);
1231#endif
1232
1233EXPORT_SYMBOL_GPL(pci_restore_bars); 1227EXPORT_SYMBOL_GPL(pci_restore_bars);
1234EXPORT_SYMBOL(pci_enable_device_bars); 1228EXPORT_SYMBOL(pci_enable_device_bars);
1235EXPORT_SYMBOL(pci_enable_device); 1229EXPORT_SYMBOL(pci_enable_device);