Commit 397ac99c6cef38cdf260440635c8873f51109c34
1 parent
fa7f9e7fad
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff
arch/m68k/kernel/time.c
... | ... | @@ -28,13 +28,6 @@ |
28 | 28 | #include <linux/timex.h> |
29 | 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 | 32 | * timer_interrupt() needs to keep up the real-time clock, |
40 | 33 | * as well as call the "xtime_update()" routine every clocktick |