diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-05-03 02:39:02 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-04 12:50:02 -0400 |
commit | 178980f98eef58607647eb66e178bf984bf81f4c (patch) | |
tree | 42b536e6e9ffb447a3b070a44a8219aed424e4d0 /arch/arm/mach-ux500/board-mop500.c | |
parent | 39a982b4cda1b9c129094a411962348827412d50 (diff) |
ARM: 6080/1: ux500: move irq and common maps to cpu.c
Move IRQ initialization and common io mapping setup code to cpu.c,
renaming U8500* to UX500* along the way.
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 4335186135e4..9ca47095db76 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -221,7 +221,7 @@ MACHINE_START(U8500, "ST-Ericsson MOP500 platform") | |||
221 | .io_pg_offst = (IO_ADDRESS(U8500_UART2_BASE) >> 18) & 0xfffc, | 221 | .io_pg_offst = (IO_ADDRESS(U8500_UART2_BASE) >> 18) & 0xfffc, |
222 | .boot_params = 0x100, | 222 | .boot_params = 0x100, |
223 | .map_io = u8500_map_io, | 223 | .map_io = u8500_map_io, |
224 | .init_irq = u8500_init_irq, | 224 | .init_irq = ux500_init_irq, |
225 | /* we re-use nomadik timer here */ | 225 | /* we re-use nomadik timer here */ |
226 | .timer = &u8500_timer, | 226 | .timer = &u8500_timer, |
227 | .init_machine = u8500_init_machine, | 227 | .init_machine = u8500_init_machine, |