From: Thomas Gleixner Signed-off-by: Thomas Gleixner Cc: Ingo Molnar Cc: Andi Kleen Cc: john stultz Signed-off-by: Andrew Morton --- include/linux/clockchips.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/clockchips.h~clockevents-remove-unused-inline-function include/linux/clockchips.h --- a/include/linux/clockchips.h~clockevents-remove-unused-inline-function +++ a/include/linux/clockchips.h @@ -130,7 +130,6 @@ extern void clockevents_notify(unsigned #else -static inline void clockevents_resume_events(void) { } #define clockevents_notify(reason, arg) do { } while (0) #endif _