From: Thomas Gleixner Date: Fri, 12 Oct 2007 21:04:05 +0000 (+0200) Subject: clockevents: Remove unused inline function X-Git-Tag: v3.12-rc1~26411^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f8033b76c8eea89dec9f658f4a31bcd4fe84bbb;p=kernel%2Fkernel-generic.git clockevents: Remove unused inline function Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Signed-off-by: Arjan van de Ven --- diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index def5a65..f368a6f 100644 --- a/include/linux/clockchips.h +++ b/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