diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index be7adb7588e5..f53cdf216cef 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1080,7 +1080,7 @@ struct sched_class { | |||
1080 | struct task_struct *task); | 1080 | struct task_struct *task); |
1081 | 1081 | ||
1082 | #ifdef CONFIG_FAIR_GROUP_SCHED | 1082 | #ifdef CONFIG_FAIR_GROUP_SCHED |
1083 | void (*moved_group) (struct task_struct *p, int on_rq); | 1083 | void (*task_move_group) (struct task_struct *p, int on_rq); |
1084 | #endif | 1084 | #endif |
1085 | }; | 1085 | }; |
1086 | 1086 | ||