Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / kernel / stop_machine.c
index 0887b3af609ecdda2d4b5d9b5595ff7617cfc640..cedb17ba158a9bf57f3510fbfc8141adbd12b74b 100644 (file)
@@ -535,8 +535,6 @@ void stop_machine_park(int cpu)
        kthread_park(stopper->thread);
 }
 
-extern void sched_set_stop_task(int cpu, struct task_struct *stop);
-
 static void cpu_stop_create(unsigned int cpu)
 {
        sched_set_stop_task(cpu, per_cpu(cpu_stopper.thread, cpu));