diff options
Diffstat (limited to 'arch/mips/pci/pci.c')
-rw-r--r-- | arch/mips/pci/pci.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 1bf60b127377..0e3f437e8cad 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c | |||
@@ -91,7 +91,10 @@ static void pcibios_scanbus(struct pci_controller *hose) | |||
91 | 91 | ||
92 | pci_add_resource_offset(&resources, | 92 | pci_add_resource_offset(&resources, |
93 | hose->mem_resource, hose->mem_offset); | 93 | hose->mem_resource, hose->mem_offset); |
94 | pci_add_resource_offset(&resources, hose->io_resource, hose->io_offset); | 94 | pci_add_resource_offset(&resources, |
95 | hose->io_resource, hose->io_offset); | ||
96 | pci_add_resource_offset(&resources, | ||
97 | hose->busn_resource, hose->busn_offset); | ||
95 | bus = pci_scan_root_bus(NULL, next_busno, hose->pci_ops, hose, | 98 | bus = pci_scan_root_bus(NULL, next_busno, hose->pci_ops, hose, |
96 | &resources); | 99 | &resources); |
97 | if (!bus) | 100 | if (!bus) |