diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-05-03 03:28:05 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-04 12:50:05 -0400 |
commit | 41ac329f607add059ae8b063375c5d9d6e7471cf (patch) | |
tree | b8e33a20cbac44e3f8cecef764e55b1d9ba7e311 /arch/arm/mach-ux500/board-mop500.c | |
parent | 5b1f7ddf18b75adeb433ef9d91a2e4bd7580facc (diff) |
ARM: 6087/1: ux500: move sys_timer to cpu.c
Move the common system timer setup code to cpu.c.
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 cd0bd36221b9..072196c57263 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -145,6 +145,6 @@ MACHINE_START(U8500, "ST-Ericsson MOP500 platform") | |||
145 | .map_io = u8500_map_io, | 145 | .map_io = u8500_map_io, |
146 | .init_irq = ux500_init_irq, | 146 | .init_irq = ux500_init_irq, |
147 | /* we re-use nomadik timer here */ | 147 | /* we re-use nomadik timer here */ |
148 | .timer = &u8500_timer, | 148 | .timer = &ux500_timer, |
149 | .init_machine = u8500_init_machine, | 149 | .init_machine = u8500_init_machine, |
150 | MACHINE_END | 150 | MACHINE_END |