public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] timer.h: drop a function prototype
@ 2009-08-30 20:19 Randy Dunlap
  2009-08-30 20:27 ` [tip:timers/core] timers: Drop " tip-bot for Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-08-30 20:19 UTC (permalink / raw)
  To: lkml; +Cc: Thomas Gleixner, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

Drop prototype for non-existent next_timer_interrupt() function.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
---
 include/linux/timer.h |    5 -----
 1 file changed, 5 deletions(-)

--- lnx-2631-rc7.orig/include/linux/timer.h
+++ lnx-2631-rc7/include/linux/timer.h
@@ -175,11 +175,6 @@ extern int mod_timer_pinned(struct timer
 
 /*
  * Return when the next timer-wheel timeout occurs (in absolute jiffies),
- * locks the timer base:
- */
-extern unsigned long next_timer_interrupt(void);
-/*
- * Return when the next timer-wheel timeout occurs (in absolute jiffies),
  * locks the timer base and does the comparison against the given
  * jiffie.
  */

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

* [tip:timers/core] timers: Drop a function prototype
  2009-08-30 20:19 [PATCH] timer.h: drop a function prototype Randy Dunlap
@ 2009-08-30 20:27 ` tip-bot for Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Randy Dunlap @ 2009-08-30 20:27 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, akpm, tglx, randy.dunlap

Commit-ID:  e500011ffa191d662ac64d4ada6a5187b3180e16
Gitweb:     http://git.kernel.org/tip/e500011ffa191d662ac64d4ada6a5187b3180e16
Author:     Randy Dunlap <randy.dunlap@oracle.com>
AuthorDate: Sun, 30 Aug 2009 13:19:12 -0700
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Sun, 30 Aug 2009 22:26:34 +0200

timers: Drop a function prototype

Drop prototype for non-existent next_timer_interrupt() function.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: akpm <akpm@linux-foundation.org>
LKML-Reference: <4A9ADEC0.70306@oracle.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>



---
 include/linux/timer.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/include/linux/timer.h b/include/linux/timer.h
index be62ec2..a2d1eb6 100644
--- a/include/linux/timer.h
+++ b/include/linux/timer.h
@@ -175,11 +175,6 @@ extern int mod_timer_pinned(struct timer_list *timer, unsigned long expires);
 
 /*
  * Return when the next timer-wheel timeout occurs (in absolute jiffies),
- * locks the timer base:
- */
-extern unsigned long next_timer_interrupt(void);
-/*
- * Return when the next timer-wheel timeout occurs (in absolute jiffies),
  * locks the timer base and does the comparison against the given
  * jiffie.
  */

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

end of thread, other threads:[~2009-08-30 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-30 20:19 [PATCH] timer.h: drop a function prototype Randy Dunlap
2009-08-30 20:27 ` [tip:timers/core] timers: Drop " tip-bot for Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox