diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 3de5aa210feb..c204ab0d4df1 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -535,10 +535,12 @@ struct user_struct { | |||
535 | 535 | ||
536 | #ifdef CONFIG_FAIR_USER_SCHED | 536 | #ifdef CONFIG_FAIR_USER_SCHED |
537 | struct task_group *tg; | 537 | struct task_group *tg; |
538 | #ifdef CONFIG_SYSFS | ||
538 | struct kset kset; | 539 | struct kset kset; |
539 | struct subsys_attribute user_attr; | 540 | struct subsys_attribute user_attr; |
540 | struct work_struct work; | 541 | struct work_struct work; |
541 | #endif | 542 | #endif |
543 | #endif | ||
542 | }; | 544 | }; |
543 | 545 | ||
544 | #ifdef CONFIG_FAIR_USER_SCHED | 546 | #ifdef CONFIG_FAIR_USER_SCHED |