diff options
Diffstat (limited to 'arch/sh/kernel/time_64.c')
-rw-r--r-- | arch/sh/kernel/time_64.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/kernel/time_64.c b/arch/sh/kernel/time_64.c index bbb2af1004d..59d2a03e8b3 100644 --- a/arch/sh/kernel/time_64.c +++ b/arch/sh/kernel/time_64.c | |||
@@ -240,11 +240,6 @@ static inline void do_timer_interrupt(void) | |||
240 | 240 | ||
241 | do_timer(1); | 241 | do_timer(1); |
242 | 242 | ||
243 | #ifdef CONFIG_HEARTBEAT | ||
244 | if (sh_mv.mv_heartbeat != NULL) | ||
245 | sh_mv.mv_heartbeat(); | ||
246 | #endif | ||
247 | |||
248 | /* | 243 | /* |
249 | * If we have an externally synchronized Linux clock, then update | 244 | * If we have an externally synchronized Linux clock, then update |
250 | * RTC clock accordingly every ~11 minutes. Set_rtc_mmss() has to be | 245 | * RTC clock accordingly every ~11 minutes. Set_rtc_mmss() has to be |