diff options
| -rw-r--r-- | kernel/time/tick-broadcast.c | 1 | ||||
| -rw-r--r-- | kernel/time/tick-common.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/tick-broadcast.c b/kernel/time/tick-broadcast.c index 52b9e199b5ac..f6aae7977824 100644 --- a/kernel/time/tick-broadcast.c +++ b/kernel/time/tick-broadcast.c | |||
| @@ -839,7 +839,6 @@ out: | |||
| 839 | raw_spin_unlock(&tick_broadcast_lock); | 839 | raw_spin_unlock(&tick_broadcast_lock); |
| 840 | return ret; | 840 | return ret; |
| 841 | } | 841 | } |
| 842 | EXPORT_SYMBOL_GPL(tick_broadcast_oneshot_control); | ||
| 843 | 842 | ||
| 844 | /* | 843 | /* |
| 845 | * Reset the one shot broadcast for a cpu | 844 | * Reset the one shot broadcast for a cpu |
diff --git a/kernel/time/tick-common.c b/kernel/time/tick-common.c index 55e13efff1ab..f8bf47571dda 100644 --- a/kernel/time/tick-common.c +++ b/kernel/time/tick-common.c | |||
| @@ -363,6 +363,7 @@ int tick_broadcast_oneshot_control(enum tick_broadcast_state state) | |||
| 363 | 363 | ||
| 364 | return __tick_broadcast_oneshot_control(state); | 364 | return __tick_broadcast_oneshot_control(state); |
| 365 | } | 365 | } |
| 366 | EXPORT_SYMBOL_GPL(tick_broadcast_oneshot_control); | ||
| 366 | 367 | ||
| 367 | #ifdef CONFIG_HOTPLUG_CPU | 368 | #ifdef CONFIG_HOTPLUG_CPU |
| 368 | /* | 369 | /* |
