diff options
Diffstat (limited to 'arch/mips/pci/pci-ip32.c')
-rw-r--r-- | arch/mips/pci/pci-ip32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-ip32.c b/arch/mips/pci/pci-ip32.c index 000dc6af6cd3..180af89bcb1e 100644 --- a/arch/mips/pci/pci-ip32.c +++ b/arch/mips/pci/pci-ip32.c | |||
@@ -136,7 +136,9 @@ static int __init mace_init(void) | |||
136 | BUG_ON(request_irq(MACE_PCI_BRIDGE_IRQ, macepci_error, 0, | 136 | BUG_ON(request_irq(MACE_PCI_BRIDGE_IRQ, macepci_error, 0, |
137 | "MACE PCI error", NULL)); | 137 | "MACE PCI error", NULL)); |
138 | 138 | ||
139 | ioport_resource.end = mace_pci_io_resource.end; | 139 | iomem_resource = mace_pci_mem_resource; |
140 | ioport_resource = mace_pci_io_resource; | ||
141 | |||
140 | register_pci_controller(&mace_pci_controller); | 142 | register_pci_controller(&mace_pci_controller); |
141 | 143 | ||
142 | return 0; | 144 | return 0; |