kernel/include/linux/sched/hotplug.h
.. .. @@ -15,10 +15,8 @@ 15 15 extern void sched_cpu_drain_rq_wait(unsigned int cpu); 16 16 17 17 #ifdef CONFIG_HOTPLUG_CPU 18 -extern int sched_cpu_wait_empty(unsigned int cpu);19 18 extern int sched_cpu_dying(unsigned int cpu); 20 19 #else 21 -# define sched_cpu_wait_empty NULL22 20 # define sched_cpu_dying NULL 23 21 #endif 24 22