cpuidle: unexport tick_nohz_get_sleep_length
authorAdrian Bunk <bunk@kernel.org>
Wed, 24 Oct 2007 16:24:22 +0000 (18:24 +0200)
committerLen Brown <len.brown@intel.com>
Thu, 25 Oct 2007 21:40:05 +0000 (17:40 -0400)
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 <bunk@kernel.org>
Acked-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Len Brown <len.brown@intel.com>
kernel/time/tick-sched.c

index 637519a..28d3287 100644 (file)
@@ -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
  *