linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] time: Remove nonexistent function prototype.
@ 2015-04-10 13:55 Yingjoe Chen
  2015-04-22 19:03 ` [tip:timers/core] " tip-bot for Yingjoe Chen
  2015-05-14 17:02 ` [PATCH] " John Stultz
  0 siblings, 2 replies; 3+ messages in thread
From: Yingjoe Chen @ 2015-04-10 13:55 UTC (permalink / raw)
  To: John Stultz, Thomas Gleixner
  Cc: linux-kernel, linux-arm-kernel, Martin Schwidefsky,
	srv_heupstream, Yingjoe Chen

The function clocksource_get_next() was removed in commit 75c5158f70
(timekeeping: Update clocksource with stop_machine), but the
prototype is not removed with it. Remove the prototype.

Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
---
 include/linux/clocksource.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index 9c78d15..450695d 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_register(struct clocksource*);
 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);
-- 
1.8.1.1.dirty


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tip:timers/core] time: Remove nonexistent function prototype
  2015-04-10 13:55 [PATCH] time: Remove nonexistent function prototype Yingjoe Chen
@ 2015-04-22 19:03 ` tip-bot for Yingjoe Chen
  2015-05-14 17:02 ` [PATCH] " John Stultz
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Yingjoe Chen @ 2015-04-22 19:03 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-arm-kernel, tglx, srv_heupstream, schwidefsky,
	linux-kernel, yingjoe.chen, mingo, hpa, john.stultz

Commit-ID:  4796cf9b02b5bea141632e21d64556a7eb883a65
Gitweb:     http://git.kernel.org/tip/4796cf9b02b5bea141632e21d64556a7eb883a65
Author:     Yingjoe Chen <yingjoe.chen@mediatek.com>
AuthorDate: Fri, 10 Apr 2015 21:55:50 +0800
Committer:  Thomas Gleixner <tglx@linutronix.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@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 | 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);

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] time: Remove nonexistent function prototype.
  2015-04-10 13:55 [PATCH] time: Remove nonexistent function prototype Yingjoe Chen
  2015-04-22 19:03 ` [tip:timers/core] " tip-bot for Yingjoe Chen
@ 2015-05-14 17:02 ` John Stultz
  1 sibling, 0 replies; 3+ messages in thread
From: John Stultz @ 2015-05-14 17:02 UTC (permalink / raw)
  To: Yingjoe Chen
  Cc: Thomas Gleixner, lkml, linux-arm-kernel, Martin Schwidefsky,
	srv_heupstream

On Fri, Apr 10, 2015 at 6:55 AM, Yingjoe Chen <yingjoe.chen@mediatek.com> wrote:
> The function clocksource_get_next() was removed in commit 75c5158f70
> (timekeeping: Update clocksource with stop_machine), but the
> prototype is not removed with it. Remove the prototype.
>
> Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>

Queued for 4.2. Thanks for sending this in!
-john

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-14 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10 13:55 [PATCH] time: Remove nonexistent function prototype Yingjoe Chen
2015-04-22 19:03 ` [tip:timers/core] " tip-bot for Yingjoe Chen
2015-05-14 17:02 ` [PATCH] " John Stultz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).