hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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 */