diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 03:19:30 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 09:44:44 (GMT) |
commit | 7b80fb32b39a51ce3e1afa051f5a616eb8ecbed3 (patch) | |
tree | 4ab8968c41898392e99569dbcb79febccac14d41 /arch/sh/kernel/time_64.c | |
parent | b94ea27570e4ae87942e2f2ae386d4007ef7ac58 (diff) | |
download | linux-fsl-qoriq-7b80fb32b39a51ce3e1afa051f5a616eb8ecbed3.tar.xz |
sh: Kill off mv_heartbeat() from the machvec.
Nothing is using this any more, so get rid of it before anyone gets the
bright idea to start using it again.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 bbb2af1..59d2a03 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) do_timer(1); -#ifdef CONFIG_HEARTBEAT - if (sh_mv.mv_heartbeat != NULL) - sh_mv.mv_heartbeat(); -#endif - /* * If we have an externally synchronized Linux clock, then update * RTC clock accordingly every ~11 minutes. Set_rtc_mmss() has to be |