Skip to content

Commit

Permalink
cpuidle: 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),
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>
  • Loading branch information
Adrian Bunk authored and Len Brown committed Oct 25, 2007
1 parent e196441 commit 4d8b4e1
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 4d8b4e1

Please sign in to comment.