]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tick: Move the export of tick_broadcast_oneshot_control to the proper place
authorThomas Gleixner <tglx@linutronix.de>
Tue, 14 Jul 2015 10:01:04 +0000 (12:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 14 Jul 2015 10:01:04 +0000 (12:01 +0200)
commit0f44705175347ec96935d60b765b5d14ecc763bb
treedc334010eeeb9db5bae7fdc4f17bbf7a3abd76f7
parent01e2d0627a9a6edb24c37db45db5ecb31e9de808
tick: Move the export of tick_broadcast_oneshot_control to the proper place

tick_broadcast_oneshot_control got moved from tick-broadcast to
tick-common, but the export stayed in the old place. Fix it up.

Fixes: f32dd1170511 'tick/broadcast: Make idle check independent from mode and config'
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/tick-broadcast.c
kernel/time/tick-common.c