diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2008-06-09 12:19:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:29 -0400 |
commit | c88a8b4ab0e1a1f06938939d9ba42e9da6144ccb (patch) | |
tree | 6aee2390a9a5506176acb567021c8503200e1971 /arch/mips/pci/pci-bcm1480.c | |
parent | cb11dfa0247df479e384c4a7ab6846f3a6bf1570 (diff) |
[MIPS] Remove obsolete isa_slot_offset
The isa_slot_offset variable and its __ISA_IO_base macro is not used
anywhere anymore. It does not look like a decent interface per today's
standards either. Remove both including all places of initialization.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/pci-bcm1480.c')
-rw-r--r-- | arch/mips/pci/pci-bcm1480.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/pci/pci-bcm1480.c b/arch/mips/pci/pci-bcm1480.c index 87e2c8f54e2d..d19d262157f2 100644 --- a/arch/mips/pci/pci-bcm1480.c +++ b/arch/mips/pci/pci-bcm1480.c | |||
@@ -254,8 +254,6 @@ static int __init bcm1480_pcibios_init(void) | |||
254 | ioremap(A_BCM1480_PHYS_PCI_IO_MATCH_BYTES, 65536); | 254 | ioremap(A_BCM1480_PHYS_PCI_IO_MATCH_BYTES, 65536); |
255 | bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; | 255 | bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; |
256 | set_io_port_base(bcm1480_controller.io_map_base); | 256 | set_io_port_base(bcm1480_controller.io_map_base); |
257 | isa_slot_offset = (unsigned long) | ||
258 | ioremap(A_BCM1480_PHYS_PCI_MEM_MATCH_BYTES, 1024*1024); | ||
259 | 257 | ||
260 | register_pci_controller(&bcm1480_controller); | 258 | register_pci_controller(&bcm1480_controller); |
261 | 259 | ||