All of lore.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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.