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/include | |
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/include')
-rw-r--r-- | arch/arm/mach-ux500/include/mach/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/include/mach/setup.h b/arch/arm/mach-ux500/include/mach/setup.h index 6187effe92db..c730d078f9ab 100644 --- a/arch/arm/mach-ux500/include/mach/setup.h +++ b/arch/arm/mach-ux500/include/mach/setup.h | |||
@@ -27,7 +27,7 @@ extern void nmdk_timer_init(void); | |||
27 | extern void __init amba_add_devices(struct amba_device *devs[], int num); | 27 | extern void __init amba_add_devices(struct amba_device *devs[], int num); |
28 | 28 | ||
29 | struct sys_timer; | 29 | struct sys_timer; |
30 | extern struct sys_timer u8500_timer; | 30 | extern struct sys_timer ux500_timer; |
31 | 31 | ||
32 | #define __IO_DEV_DESC(x, sz) { \ | 32 | #define __IO_DEV_DESC(x, sz) { \ |
33 | .virtual = IO_ADDRESS(x), \ | 33 | .virtual = IO_ADDRESS(x), \ |