Commit 7f8033b7 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Thomas Gleixner

clockevents: Remove unused inline function

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarArjan van de Ven <arjan@linux.intel.com>
parent 782e3b3b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment