diff options
author | Li Zefan <lizefan@huawei.com> | 2014-09-17 06:18:09 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-09-17 17:34:15 -0400 |
commit | 6213daab2547fdc0d02a86abf3ac209ac6881ae3 (patch) | |
tree | ace86ec26a63554138a9b80ae0bf750d74d994bc /include/linux/cgroup.h | |
parent | 9253b279f493a8bcb3d6ee8c934bdae4a21bd44e (diff) |
cgroup: remove some useless forward declarations
Signed-off-by: Zefan Li <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index b5223c570eba..f7898e0bce1e 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -27,7 +27,6 @@ | |||
27 | 27 | ||
28 | struct cgroup_root; | 28 | struct cgroup_root; |
29 | struct cgroup_subsys; | 29 | struct cgroup_subsys; |
30 | struct inode; | ||
31 | struct cgroup; | 30 | struct cgroup; |
32 | 31 | ||
33 | extern int cgroup_init_early(void); | 32 | extern int cgroup_init_early(void); |