hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/kernel/workqueue_internal.h
....@@ -73,8 +73,8 @@
7373 * Scheduler hooks for concurrency managed workqueue. Only to be used from
7474 * sched/ and workqueue.c.
7575 */
76
-work_func_t wq_worker_last_func(struct task_struct *task);
7776 void wq_worker_running(struct task_struct *task);
7877 void wq_worker_sleeping(struct task_struct *task);
78
+work_func_t wq_worker_last_func(struct task_struct *task);
7979
8080 #endif /* _KERNEL_WORKQUEUE_INTERNAL_H */