aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/pci-ip32.c
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2005-02-19 13:58:37 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:30:39 +0100
commitdd193261482ac235f08836750d22689fd55c5ca0 (patch)
tree15b983006f4a949ff32bc8099cfc7260cdfa596d /arch/mips/pci/pci-ip32.c
parentHandle addresses beyond VMALLOC_END correctly. (diff)
downloadlinux-dev-dd193261482ac235f08836750d22689fd55c5ca0.tar.xz
linux-dev-dd193261482ac235f08836750d22689fd55c5ca0.zip
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.c4
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)
BUG_ON(request_irq(MACE_PCI_BRIDGE_IRQ, macepci_error, 0,
"MACE PCI error", NULL));
- ioport_resource.end = mace_pci_io_resource.end;
+ iomem_resource = mace_pci_mem_resource;
+ ioport_resource = mace_pci_io_resource;
+
register_pci_controller(&mace_pci_controller);
return 0;