Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Adrian Bunk and committed by
Len Brown
4d8b4e1e e196441b

-2
-2
kernel/time/tick-sched.c
··· 320 320 return ts->sleep_length; 321 321 } 322 322 323 - EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length); 324 - 325 323 /** 326 324 * nohz_restart_sched_tick - restart the idle tick from the idle task 327 325 *