]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index 52b9e199b5acc1e292d7e5a030685f6dbe7fdfe2..f6aae7977824ab7595950e378c2dd0f0bbe0256d 100644 (file)
@@ -839,7 +839,6 @@ int __tick_broadcast_oneshot_control(enum tick_broadcast_state state)
        raw_spin_unlock(&tick_broadcast_lock);
        return ret;
 }
-EXPORT_SYMBOL_GPL(tick_broadcast_oneshot_control);
 
 /*
  * Reset the one shot broadcast for a cpu
index 55e13efff1ab0d7431b81ea951a66feec714728f..f8bf47571dda4748f0d3be7574591566ccac8936 100644 (file)
@@ -363,6 +363,7 @@ int tick_broadcast_oneshot_control(enum tick_broadcast_state state)
 
        return __tick_broadcast_oneshot_control(state);
 }
+EXPORT_SYMBOL_GPL(tick_broadcast_oneshot_control);
 
 #ifdef CONFIG_HOTPLUG_CPU
 /*