Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64e38eb0 authored by Adrian Bunk's avatar Adrian Bunk Committed by Thomas Gleixner
Browse files

clockevents: unexport tick_nohz_get_sleep_length



This patch removes the unused 
EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length).

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 2a397e82
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
 *