]> git.karo-electronics.de Git - linux-beck.git/commitdiff
time: Remove nonexistent function prototype
authorYingjoe Chen <yingjoe.chen@mediatek.com>
Fri, 10 Apr 2015 13:55:50 +0000 (21:55 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 22 Apr 2015 10:03:39 +0000 (12:03 +0200)
The function clocksource_get_next() was removed in commit 75c5158f70
(timekeeping: Update clocksource with stop_machine), but the
prototype was not removed with it. Remove the prototype.

Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: <srv_heupstream@mediatek.com>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/1428674150-1780-1-git-send-email-yingjoe.chen@mediatek.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/clocksource.h

index 135509821c3994f4083bd2f0eb8f7c05409c026c..a25fc6e873b8c40e8ce734c423eaa9e7003acf7d 100644 (file)
@@ -181,7 +181,6 @@ static inline s64 clocksource_cyc2ns(cycle_t cycles, u32 mult, u32 shift)
 
 extern int clocksource_unregister(struct clocksource*);
 extern void clocksource_touch_watchdog(void);
-extern struct clocksource* clocksource_get_next(void);
 extern void clocksource_change_rating(struct clocksource *cs, int rating);
 extern void clocksource_suspend(void);
 extern void clocksource_resume(void);