diff options
Diffstat (limited to 'arch/i386/pci/legacy.c')
| -rw-r--r-- | arch/i386/pci/legacy.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/i386/pci/legacy.c b/arch/i386/pci/legacy.c index 1492e3753869..149a9588c256 100644 --- a/arch/i386/pci/legacy.c +++ b/arch/i386/pci/legacy.c | |||
| @@ -45,6 +45,8 @@ static int __init pci_legacy_init(void) | |||
| 45 | 45 | ||
| 46 | printk("PCI: Probing PCI hardware\n"); | 46 | printk("PCI: Probing PCI hardware\n"); | 
| 47 | pci_root_bus = pcibios_scan_root(0); | 47 | pci_root_bus = pcibios_scan_root(0); | 
| 48 | if (pci_root_bus) | ||
| 49 | pci_bus_add_devices(pci_root_bus); | ||
| 48 | 50 | ||
| 49 | pcibios_fixup_peer_bridges(); | 51 | pcibios_fixup_peer_bridges(); | 
| 50 | 52 | ||
