diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-29 07:47:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-29 07:47:05 -0700 |
commit | 93400708dba888d45b4da01e1753a3a743f44496 (patch) | |
tree | 2bad883807ec1f49b63d486299b99040e75f6684 /kernel/time/tick-sched.c | |
parent | db3a91fe2b425c9adde47069efebdba44e665cef (diff) | |
parent | edfed66e17854c312e81a2218f9b0592a555c9a3 (diff) | |
download | kernel_replicant_linux-93400708dba888d45b4da01e1753a3a743f44496.tar.gz kernel_replicant_linux-93400708dba888d45b4da01e1753a3a743f44496.tar.bz2 kernel_replicant_linux-93400708dba888d45b4da01e1753a3a743f44496.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
* git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt:
Quieten hrtimer printk: "Switched to high resolution mode .."
timer_list: Fix printk format strings
clockevents: unexport tick_nohz_get_sleep_length
Diffstat (limited to 'kernel/time/tick-sched.c')
-rw-r--r-- | kernel/time/tick-sched.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 10a1347597fd..5997456ebbc9 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c @@ -320,8 +320,6 @@ ktime_t tick_nohz_get_sleep_length(void) return ts->sleep_length; } -EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length); - /** * nohz_restart_sched_tick - restart the idle tick from the idle task * |