mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-03 13:04:01 +00:00
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>
This commit is contained in:
parent
fa7f9e7fad
commit
397ac99c6c
1 changed files with 0 additions and 7 deletions
|
@ -28,13 +28,6 @@
|
||||||
#include <linux/timex.h>
|
#include <linux/timex.h>
|
||||||
#include <linux/profile.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,
|
* timer_interrupt() needs to keep up the real-time clock,
|
||||||
* as well as call the "xtime_update()" routine every clocktick
|
* as well as call the "xtime_update()" routine every clocktick
|
||||||
|
|
Loading…
Add table
Reference in a new issue