Commit 7f8033b76c8eea89dec9f658f4a31bcd4fe84bbb

Authored by Thomas Gleixner
Committed by Thomas Gleixner
1 parent 782e3b3b38

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/linux/clockchips.h
... ... @@ -130,7 +130,6 @@
130 130  
131 131 #else
132 132  
133   -static inline void clockevents_resume_events(void) { }
134 133 #define clockevents_notify(reason, arg) do { } while (0)
135 134  
136 135 #endif