Loading arch/m68k/kernel/time.c +0 −7 Original line number Diff line number Diff line Loading @@ -28,13 +28,6 @@ #include <linux/timex.h> #include <linux/profile.h> static inline int set_rtc_mmss(unsigned long nowtime) { if (mach_set_clock_mmss) return mach_set_clock_mmss (nowtime); return -1; } /* * timer_interrupt() needs to keep up the real-time clock, * as well as call the "xtime_update()" routine every clocktick Loading Loading
arch/m68k/kernel/time.c +0 −7 Original line number Diff line number Diff line Loading @@ -28,13 +28,6 @@ #include <linux/timex.h> #include <linux/profile.h> static inline int set_rtc_mmss(unsigned long nowtime) { if (mach_set_clock_mmss) return mach_set_clock_mmss (nowtime); return -1; } /* * timer_interrupt() needs to keep up the real-time clock, * as well as call the "xtime_update()" routine every clocktick Loading