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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 88604f29d140..8ef0375ea314 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -2087,7 +2087,6 @@ struct pci_bus *pci_scan_root_bus(struct device *parent, int bus,
2087 if (!found) 2087 if (!found)
2088 pci_bus_update_busn_res_end(b, max); 2088 pci_bus_update_busn_res_end(b, max);
2089 2089
2090 pci_bus_add_devices(b);
2091 return b; 2090 return b;
2092} 2091}
2093EXPORT_SYMBOL(pci_scan_root_bus); 2092EXPORT_SYMBOL(pci_scan_root_bus);