commit | 0f44705175347ec96935d60b765b5d14ecc763bb | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Jul 14 12:01:04 2015 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Jul 14 12:01:04 2015 +0200 |
tree | dc334010eeeb9db5bae7fdc4f17bbf7a3abd76f7 | |
parent | 01e2d0627a9a6edb24c37db45db5ecb31e9de808 [diff] |
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>