diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/stop_machine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/stop_machine.h b/include/linux/stop_machine.h index e0f2da25d751..4a9d0c7edc65 100644 --- a/include/linux/stop_machine.h +++ b/include/linux/stop_machine.h | |||
@@ -27,8 +27,6 @@ struct cpu_stop_work { | |||
27 | struct cpu_stop_done *done; | 27 | struct cpu_stop_done *done; |
28 | }; | 28 | }; |
29 | 29 | ||
30 | extern struct mutex stop_cpus_mutex; | ||
31 | |||
32 | int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg); | 30 | int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg); |
33 | void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, | 31 | void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, |
34 | struct cpu_stop_work *work_buf); | 32 | struct cpu_stop_work *work_buf); |