aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r--drivers/pci/probe.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 34fa0397b55d..3bb2bc2a1e70 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1040,20 +1040,6 @@ unsigned int pci_scan_child_bus(struct pci_bus *bus)
1040 return max; 1040 return max;
1041} 1041}
1042 1042
1043unsigned int __devinit pci_do_scan_bus(struct pci_bus *bus)
1044{
1045 unsigned int max;
1046
1047 max = pci_scan_child_bus(bus);
1048
1049 /*
1050 * Make the discovered devices available.
1051 */
1052 pci_bus_add_devices(bus);
1053
1054 return max;
1055}
1056
1057struct pci_bus * pci_create_bus(struct device *parent, 1043struct pci_bus * pci_create_bus(struct device *parent,
1058 int bus, struct pci_ops *ops, void *sysdata) 1044 int bus, struct pci_ops *ops, void *sysdata)
1059{ 1045{
@@ -1140,7 +1126,6 @@ EXPORT_SYMBOL(pci_scan_bus_parented);
1140 1126
1141#ifdef CONFIG_HOTPLUG 1127#ifdef CONFIG_HOTPLUG
1142EXPORT_SYMBOL(pci_add_new_bus); 1128EXPORT_SYMBOL(pci_add_new_bus);
1143EXPORT_SYMBOL(pci_do_scan_bus);
1144EXPORT_SYMBOL(pci_scan_slot); 1129EXPORT_SYMBOL(pci_scan_slot);
1145EXPORT_SYMBOL(pci_scan_bridge); 1130EXPORT_SYMBOL(pci_scan_bridge);
1146EXPORT_SYMBOL_GPL(pci_scan_child_bus); 1131EXPORT_SYMBOL_GPL(pci_scan_child_bus);