timers: Drop a function prototype
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 30 Aug 2009 20:19:12 +0000 (13:19 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 30 Aug 2009 20:26:34 +0000 (22:26 +0200)
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

index be62ec2..a2d1eb6 100644 (file)
@@ -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.
  */