kernel/kernel/workqueue_internal.h
.. .. @@ -73,8 +73,8 @@ 73 73 * Scheduler hooks for concurrency managed workqueue. Only to be used from 74 74 * sched/ and workqueue.c. 75 75 */ 76 -work_func_t wq_worker_last_func(struct task_struct *task);77 76 void wq_worker_running(struct task_struct *task); 78 77 void wq_worker_sleeping(struct task_struct *task); 78 +work_func_t wq_worker_last_func(struct task_struct *task);79 79 80 80 #endif /* _KERNEL_WORKQUEUE_INTERNAL_H */