Explorar o código

clockevents: Remove unused inline function

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>
Thomas Gleixner %!s(int64=17) %!d(string=hai) anos
pai
achega
7f8033b76c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      include/linux/clockchips.h

+ 0 - 1
include/linux/clockchips.h

@@ -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