diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 1ba4fc08f776..c4350a82320b 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -604,9 +604,8 @@ struct cgroup_subsys { | |||
604 | /* list of cftype_sets */ | 604 | /* list of cftype_sets */ |
605 | struct list_head cftsets; | 605 | struct list_head cftsets; |
606 | 606 | ||
607 | /* base cftypes, automatically [de]registered with subsys itself */ | 607 | /* base cftypes, automatically registered with subsys itself */ |
608 | struct cftype *base_cftypes; | 608 | struct cftype *base_cftypes; |
609 | struct cftype_set base_cftset; | ||
610 | }; | 609 | }; |
611 | 610 | ||
612 | #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; | 611 | #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; |