diff options
Diffstat (limited to 'arch/microblaze')
| -rw-r--r-- | arch/microblaze/pci/pci-common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c index 48528fb81eff..ae838ed5fcf2 100644 --- a/arch/microblaze/pci/pci-common.c +++ b/arch/microblaze/pci/pci-common.c | |||
| @@ -1382,6 +1382,10 @@ static int __init pcibios_init(void) | |||
| 1382 | 1382 | ||
| 1383 | /* Call common code to handle resource allocation */ | 1383 | /* Call common code to handle resource allocation */ |
| 1384 | pcibios_resource_survey(); | 1384 | pcibios_resource_survey(); |
| 1385 | list_for_each_entry_safe(hose, tmp, &hose_list, list_node) { | ||
| 1386 | if (hose->bus) | ||
| 1387 | pci_bus_add_devices(hose->bus); | ||
| 1388 | } | ||
| 1385 | 1389 | ||
| 1386 | return 0; | 1390 | return 0; |
| 1387 | } | 1391 | } |
