[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-e500011ffa191d662ac64d4ada6a5187b3180e16@git.kernel.org>
Date: Sun, 30 Aug 2009 20:27:41 GMT
From: tip-bot for Randy Dunlap <randy.dunlap@...cle.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
akpm@...ux-foundation.org, tglx@...utronix.de,
randy.dunlap@...cle.com
Subject: [tip:timers/core] timers: Drop a function prototype
Commit-ID: e500011ffa191d662ac64d4ada6a5187b3180e16
Gitweb: http://git.kernel.org/tip/e500011ffa191d662ac64d4ada6a5187b3180e16
Author: Randy Dunlap <randy.dunlap@...cle.com>
AuthorDate: Sun, 30 Aug 2009 13:19:12 -0700
Committer: Thomas Gleixner <tglx@...utronix.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@...cle.com>
Cc: akpm <akpm@...ux-foundation.org>
LKML-Reference: <4A9ADEC0.70306@...cle.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.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.
*/
--
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