diff options
Diffstat (limited to 'kernel/workqueue_sched.h')
-rw-r--r-- | kernel/workqueue_sched.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/kernel/workqueue_sched.h b/kernel/workqueue_sched.h index af040babb742..2d10fc98dc79 100644 --- a/kernel/workqueue_sched.h +++ b/kernel/workqueue_sched.h | |||
@@ -4,13 +4,6 @@ | |||
4 | * Scheduler hooks for concurrency managed workqueue. Only to be | 4 | * Scheduler hooks for concurrency managed workqueue. Only to be |
5 | * included from sched.c and workqueue.c. | 5 | * included from sched.c and workqueue.c. |
6 | */ | 6 | */ |
7 | static inline void wq_worker_waking_up(struct task_struct *task, | 7 | void wq_worker_waking_up(struct task_struct *task, unsigned int cpu); |
8 | unsigned int cpu) | 8 | struct task_struct *wq_worker_sleeping(struct task_struct *task, |
9 | { | 9 | unsigned int cpu); |
10 | } | ||
11 | |||
12 | static inline struct task_struct *wq_worker_sleeping(struct task_struct *task, | ||
13 | unsigned int cpu) | ||
14 | { | ||
15 | return NULL; | ||
16 | } | ||