]> git.karo-electronics.de Git - linux-beck.git/commitdiff
clockevents: Remove clockevents_notify() prototype
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 15 Jul 2015 18:21:40 +0000 (11:21 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 20 Jul 2015 09:37:46 +0000 (11:37 +0200)
This function no longer exists after commit a49b116dcb12
(clockevents: Cleanup dead cpu explicitely, 2015-04-03). Remove
the prototype and the stub function.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: trivial@kernel.org
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: http://lkml.kernel.org/r/1436984500-5425-1-git-send-email-sboyd@codeaurora.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/clockchips.h

index 597a1e836f223762da499dc3e1ff3689610a9deb..31ce435981feb962b4f1a9a9494ad97913232dcd 100644 (file)
@@ -234,13 +234,10 @@ static inline int tick_check_broadcast_expired(void) { return 0; }
 static inline void tick_setup_hrtimer_broadcast(void) { }
 # endif
 
-extern int clockevents_notify(unsigned long reason, void *arg);
-
 #else /* !CONFIG_GENERIC_CLOCKEVENTS: */
 
 static inline void clockevents_suspend(void) { }
 static inline void clockevents_resume(void) { }
-static inline int clockevents_notify(unsigned long reason, void *arg) { return 0; }
 static inline int tick_check_broadcast_expired(void) { return 0; }
 static inline void tick_setup_hrtimer_broadcast(void) { }