diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-02-21 22:51:22 -0500 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-03-04 18:43:04 -0500 |
commit | 397ac99c6cef38cdf260440635c8873f51109c34 (patch) | |
tree | 39b7c130b879bf93841f42d46bf5a6199957f81f /arch/m68k | |
parent | fa7f9e7fade84571800977782b04e07cb0a5dae3 (diff) |
m68k: remove dead timer code
The set_rtc_mmss() function is defined "static inline" but is never used
in this file. Remove it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/kernel/time.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68k/kernel/time.c b/arch/m68k/kernel/time.c index adfcefbb34b0..d7deb7fc7eb5 100644 --- a/arch/m68k/kernel/time.c +++ b/arch/m68k/kernel/time.c | |||
@@ -28,13 +28,6 @@ | |||
28 | #include <linux/timex.h> | 28 | #include <linux/timex.h> |
29 | #include <linux/profile.h> | 29 | #include <linux/profile.h> |
30 | 30 | ||
31 | static inline int set_rtc_mmss(unsigned long nowtime) | ||
32 | { | ||
33 | if (mach_set_clock_mmss) | ||
34 | return mach_set_clock_mmss (nowtime); | ||
35 | return -1; | ||
36 | } | ||
37 | |||
38 | /* | 31 | /* |
39 | * timer_interrupt() needs to keep up the real-time clock, | 32 | * timer_interrupt() needs to keep up the real-time clock, |
40 | * as well as call the "xtime_update()" routine every clocktick | 33 | * as well as call the "xtime_update()" routine every clocktick |