Skip to content

Commit

Permalink
clockevents: unexport tick_nohz_get_sleep_length
Browse files Browse the repository at this point in the history
This patch removes the unused 
EXPORT_SYMBOL_GPL(tick_nohz_get_sleep_length).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Adrian Bunk authored and Thomas Gleixner committed Oct 29, 2007
1 parent 2a397e8 commit 64e38eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 64e38eb

Please sign in to comment.