diff options
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r-- | drivers/pci/probe.c | 1 |
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 | } |
2093 | EXPORT_SYMBOL(pci_scan_root_bus); | 2092 | EXPORT_SYMBOL(pci_scan_root_bus); |