aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index bd6122ccc0ba..97ab04c3fcf5 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -2444,7 +2444,7 @@ static int cgroup_rmdir(struct inode *unused_dir, struct dentry *dentry)
2444 return 0; 2444 return 0;
2445} 2445}
2446 2446
2447static void cgroup_init_subsys(struct cgroup_subsys *ss) 2447static void __init cgroup_init_subsys(struct cgroup_subsys *ss)
2448{ 2448{
2449 struct cgroup_subsys_state *css; 2449 struct cgroup_subsys_state *css;
2450 struct list_head *l; 2450 struct list_head *l;