aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/stop_machine.h2
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
30extern struct mutex stop_cpus_mutex;
31
32int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg); 30int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
33void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, 31void 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);