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/sni | |
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/sni')
-rw-r--r-- | arch/mips/sni/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sni/setup.c b/arch/mips/sni/setup.c index 5484e1c62054..a49272ce7ef5 100644 --- a/arch/mips/sni/setup.c +++ b/arch/mips/sni/setup.c | |||
@@ -116,7 +116,6 @@ void __init plat_mem_setup(void) | |||
116 | /* | 116 | /* |
117 | * Setup (E)ISA I/O memory access stuff | 117 | * Setup (E)ISA I/O memory access stuff |
118 | */ | 118 | */ |
119 | isa_slot_offset = CKSEG1ADDR(0xb0000000); | ||
120 | #ifdef CONFIG_EISA | 119 | #ifdef CONFIG_EISA |
121 | EISA_bus = 1; | 120 | EISA_bus = 1; |
122 | #endif | 121 | #endif |