diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 646ab9d15e42..3bff9ce09cf7 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -39,7 +39,7 @@ extern int cgroupstats_build(struct cgroupstats *stats, | |||
39 | extern int cgroup_load_subsys(struct cgroup_subsys *ss); | 39 | extern int cgroup_load_subsys(struct cgroup_subsys *ss); |
40 | extern void cgroup_unload_subsys(struct cgroup_subsys *ss); | 40 | extern void cgroup_unload_subsys(struct cgroup_subsys *ss); |
41 | 41 | ||
42 | extern const struct file_operations proc_cgroup_operations; | 42 | extern int proc_cgroup_show(struct seq_file *, void *); |
43 | 43 | ||
44 | /* | 44 | /* |
45 | * Define the enumeration of all cgroup subsystems. | 45 | * Define the enumeration of all cgroup subsystems. |