diff options
Diffstat (limited to 'arch/arm/mach-shmobile/timer.c')
-rw-r--r-- | arch/arm/mach-shmobile/timer.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/timer.c b/arch/arm/mach-shmobile/timer.c index a68919727e24..3d16d4dff01b 100644 --- a/arch/arm/mach-shmobile/timer.c +++ b/arch/arm/mach-shmobile/timer.c | |||
@@ -20,6 +20,7 @@ | |||
20 | */ | 20 | */ |
21 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
22 | #include <linux/delay.h> | 22 | #include <linux/delay.h> |
23 | #include <asm/arch_timer.h> | ||
23 | #include <asm/mach/time.h> | 24 | #include <asm/mach/time.h> |
24 | #include <asm/smp_twd.h> | 25 | #include <asm/smp_twd.h> |
25 | 26 | ||
@@ -60,10 +61,8 @@ void __init shmobile_earlytimer_init(void) | |||
60 | late_time_init = shmobile_late_time_init; | 61 | late_time_init = shmobile_late_time_init; |
61 | } | 62 | } |
62 | 63 | ||
63 | static void __init shmobile_timer_init(void) | 64 | void __init shmobile_timer_init(void) |
64 | { | 65 | { |
66 | arch_timer_of_register(); | ||
67 | arch_timer_sched_clock_init(); | ||
65 | } | 68 | } |
66 | |||
67 | struct sys_timer shmobile_timer = { | ||
68 | .init = shmobile_timer_init, | ||
69 | }; | ||