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: f32dd11705
'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>
This commit is contained in:
parent
01e2d0627a
commit
0f44705175
2 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,6 @@ out:
|
||||||
raw_spin_unlock(&tick_broadcast_lock);
|
raw_spin_unlock(&tick_broadcast_lock);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(tick_broadcast_oneshot_control);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Reset the one shot broadcast for a cpu
|
* Reset the one shot broadcast for a cpu
|
||||||
|
|
|
@ -363,6 +363,7 @@ int tick_broadcast_oneshot_control(enum tick_broadcast_state state)
|
||||||
|
|
||||||
return __tick_broadcast_oneshot_control(state);
|
return __tick_broadcast_oneshot_control(state);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(tick_broadcast_oneshot_control);
|
||||||
|
|
||||||
#ifdef CONFIG_HOTPLUG_CPU
|
#ifdef CONFIG_HOTPLUG_CPU
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue