clockevents: Remove unused inline function
authorThomas Gleixner <tglx@linutronix.de>
Fri, 12 Oct 2007 21:04:05 +0000 (23:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Fri, 12 Oct 2007 21:04:05 +0000 (23:04 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
include/linux/clockchips.h

index def5a65..f368a6f 100644 (file)
@@ -130,7 +130,6 @@ extern void clockevents_notify(unsigned long reason, void *arg);
 
 #else
 
-static inline void clockevents_resume_events(void) { }
 #define clockevents_notify(reason, arg) do { } while (0)
 
 #endif