From: Adrian Bunk Date: Wed, 24 Oct 2007 16:24:22 +0000 (+0200) Subject: cpuidle: unexport tick_nohz_get_sleep_length X-Git-Tag: v2.6.24-rc2~92^2~1^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4d8b4e1e02b4bb200e81b2efc915da6ce59d5d72;p=~emulex%2Finfiniband.git cpuidle: unexport tick_nohz_get_sleep_length This patch removes the unused EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length), which we no long user b/c we no longer build optional modules. Signed-off-by: Adrian Bunk Acked-by: Venkatesh Pallipadi Acked-by: Thomas Gleixner Signed-off-by: Len Brown --- diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 637519af615..28d3287afe8 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 *