diff options
Diffstat (limited to 'kernel/workqueue_internal.h')
| -rw-r--r-- | kernel/workqueue_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue_internal.h b/kernel/workqueue_internal.h index 45215870ac6c..8635417c587b 100644 --- a/kernel/workqueue_internal.h +++ b/kernel/workqueue_internal.h | |||
| @@ -69,6 +69,6 @@ static inline struct worker *current_wq_worker(void) | |||
| 69 | * sched/core.c and workqueue.c. | 69 | * sched/core.c and workqueue.c. |
| 70 | */ | 70 | */ |
| 71 | void wq_worker_waking_up(struct task_struct *task, int cpu); | 71 | void wq_worker_waking_up(struct task_struct *task, int cpu); |
| 72 | struct task_struct *wq_worker_sleeping(struct task_struct *task, int cpu); | 72 | struct task_struct *wq_worker_sleeping(struct task_struct *task); |
| 73 | 73 | ||
| 74 | #endif /* _KERNEL_WORKQUEUE_INTERNAL_H */ | 74 | #endif /* _KERNEL_WORKQUEUE_INTERNAL_H */ |
