m68k: remove dead timer code
authorGreg Ungerer <gerg@uclinux.org>
Wed, 22 Feb 2012 03:51:22 +0000 (13:51 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:04 +0000 (09:43 +1000)
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>
arch/m68k/kernel/time.c

index adfcefbb34b0ac4d26a622298b349e5a8a3f5a27..d7deb7fc7eb5c667483d4604d7537cd95f2f59a6 100644 (file)
 #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
This page took 0.025002 seconds and 5 git commands to generate.