summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-07-14 18:35:24 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-07-14 18:35:24 -0700
commit62f49052ac4b68152ddf742b78b2151ba20dbc28 (patch)
treef5cc92c195484360176e884fd88e8d3d01ae4b18 /include
parent5be6717e0d2493a20791d592e2d20fd2b2f62d44 (diff)
parent6ff7041dbfeb3bd7dfe9aa67275c21199ef760d6 (diff)
downloadlinux-2.6-62f49052ac4b68152ddf742b78b2151ba20dbc28.tar.gz
linux-2.6-62f49052ac4b68152ddf742b78b2151ba20dbc28.tar.xz
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: hrtimer: Fix migration expiry check hrtimer: migration: do not check expiry time on current CPU
Diffstat (limited to 'include')
-rw-r--r--include/linux/clockchips.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
index 20a100fe2b4..3a1dbba4d3a 100644
--- a/include/linux/clockchips.h
+++ b/include/linux/clockchips.h
@@ -143,12 +143,3 @@ extern void clockevents_notify(unsigned long reason, void *arg);
#endif
#endif
-
-#ifdef CONFIG_GENERIC_CLOCKEVENTS
-extern ktime_t clockevents_get_next_event(int cpu);
-#else
-static inline ktime_t clockevents_get_next_event(int cpu)
-{
- return (ktime_t) { .tv64 = KTIME_MAX };
-}
-#endif