diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-02-19 08:58:37 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:39 -0400 |
commit | dd193261482ac235f08836750d22689fd55c5ca0 (patch) | |
tree | 15b983006f4a949ff32bc8099cfc7260cdfa596d /arch/mips/pci/pci-ip32.c | |
parent | 16033d6104f1704bea19ca2684b1c97731479048 (diff) |
Initialize iomem_resource.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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; |