diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-02-28 23:03:31 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-19 14:29:44 -0400 |
commit | cc2c13342508d52cf08ea81f639b5de69607fd5d (patch) | |
tree | 9dc95cddf0db231f714b583d41872f5682c7fa10 /arch/arm/mach-ux500/include | |
parent | 3e3c62ca5395df48319b808379bc9fd487ff3c29 (diff) |
ARM: 5962/1: ux500: move system timer to cpu file
There is nothing board-specific about the system timer, so move it to
the CPU file.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/setup.h b/arch/arm/mach-ux500/include/mach/setup.h index cf0ce1687f24..65112bfd7a0c 100644 --- a/arch/arm/mach-ux500/include/mach/setup.h +++ b/arch/arm/mach-ux500/include/mach/setup.h | |||
@@ -20,4 +20,7 @@ extern void u8500_init_irq(void); | |||
20 | /* We re-use nomadik_timer for this platform */ | 20 | /* We re-use nomadik_timer for this platform */ |
21 | extern void nmdk_timer_init(void); | 21 | extern void nmdk_timer_init(void); |
22 | 22 | ||
23 | struct sys_timer; | ||
24 | extern struct sys_timer u8500_timer; | ||
25 | |||
23 | #endif /* __ASM_ARCH_SETUP_H */ | 26 | #endif /* __ASM_ARCH_SETUP_H */ |