diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 2c35bc29d2a9..195d72d5c102 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1047,7 +1047,6 @@ struct sched_class { | |||
1047 | struct rq *busiest, struct sched_domain *sd, | 1047 | struct rq *busiest, struct sched_domain *sd, |
1048 | enum cpu_idle_type idle); | 1048 | enum cpu_idle_type idle); |
1049 | void (*pre_schedule) (struct rq *this_rq, struct task_struct *task); | 1049 | void (*pre_schedule) (struct rq *this_rq, struct task_struct *task); |
1050 | int (*needs_post_schedule) (struct rq *this_rq); | ||
1051 | void (*post_schedule) (struct rq *this_rq); | 1050 | void (*post_schedule) (struct rq *this_rq); |
1052 | void (*task_wake_up) (struct rq *this_rq, struct task_struct *task); | 1051 | void (*task_wake_up) (struct rq *this_rq, struct task_struct *task); |
1053 | 1052 | ||