[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-4796cf9b02b5bea141632e21d64556a7eb883a65@git.kernel.org>
Date: Wed, 22 Apr 2015 12:03:56 -0700
From: tip-bot for Yingjoe Chen <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-arm-kernel@...ts.infradead.org, tglx@...utronix.de,
srv_heupstream@...iatek.com, schwidefsky@...ibm.com,
linux-kernel@...r.kernel.org, yingjoe.chen@...iatek.com,
mingo@...nel.org, hpa@...or.com, john.stultz@...aro.org
Subject: [tip:timers/core] time: Remove nonexistent function prototype
Commit-ID: 4796cf9b02b5bea141632e21d64556a7eb883a65
Gitweb: http://git.kernel.org/tip/4796cf9b02b5bea141632e21d64556a7eb883a65
Author: Yingjoe Chen <yingjoe.chen@...iatek.com>
AuthorDate: Fri, 10 Apr 2015 21:55:50 +0800
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Wed, 22 Apr 2015 12:03:39 +0200
time: Remove nonexistent function prototype
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@...iatek.com>
Cc: <linux-arm-kernel@...ts.infradead.org>
Cc: Martin Schwidefsky <schwidefsky@...ibm.com>
Cc: <srv_heupstream@...iatek.com>
Cc: John Stultz <john.stultz@...aro.org>
Link: http://lkml.kernel.org/r/1428674150-1780-1-git-send-email-yingjoe.chen@mediatek.com
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
include/linux/clocksource.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index 1355098..a25fc6e 100644
--- a/include/linux/clocksource.h
+++ b/include/linux/clocksource.h
@@ -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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists