diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-12 23:04:05 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-12 23:04:05 +0200 |
commit | 7f8033b76c8eea89dec9f658f4a31bcd4fe84bbb (patch) | |
tree | b7aafb8da60507b53701f9626b1bab2ff2f425a8 | |
parent | 782e3b3b3804c38d5130c7f21d7ec7bf6709023f (diff) |
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>
-rw-r--r-- | include/linux/clockchips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index def5a659b8a5..f368a6fe8cc9 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 |