diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 17:49:12 -0400 | 
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 17:49:12 -0400 | 
| commit | b0c4e148bd591629749d02a8fbc8d81c26d548cf (patch) | |
| tree | 3e2142635f3dc2ceeae870ead2dceab7b9c6def1 /arch/mips/pci/pci-ip32.c | |
| parent | 5615ca7906aefbdc3318604c89db5931d0a25910 (diff) | |
| parent | be15cd72d256e5eb3261a781b8507fac83ab33f6 (diff) | |
Merge branch 'master'
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; | 
