aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/time.c')
-rw-r--r--arch/sh/kernel/time.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/time.c b/arch/sh/kernel/time.c
index 7f95f479060f..632aff533285 100644
--- a/arch/sh/kernel/time.c
+++ b/arch/sh/kernel/time.c
@@ -119,9 +119,5 @@ void __init time_init(void)
119 set_normalized_timespec(&wall_to_monotonic, 119 set_normalized_timespec(&wall_to_monotonic,
120 -xtime.tv_sec, -xtime.tv_nsec); 120 -xtime.tv_sec, -xtime.tv_nsec);
121 121
122#ifdef CONFIG_GENERIC_CLOCKEVENTS_BROADCAST
123 local_timer_setup(smp_processor_id());
124#endif
125
126 late_time_init = sh_late_time_init; 122 late_time_init = sh_late_time_init;
127} 123}