diff options
author | Li Zefan <lizefan@huawei.com> | 2014-09-17 14:18:09 +0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-09-18 01:34:15 +0400 |
commit | 6213daab2547fdc0d02a86abf3ac209ac6881ae3 (patch) | |
tree | ace86ec26a63554138a9b80ae0bf750d74d994bc /include/linux | |
parent | 9253b279f493a8bcb3d6ee8c934bdae4a21bd44e (diff) | |
download | linux-6213daab2547fdc0d02a86abf3ac209ac6881ae3.tar.xz |
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')
-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 @@ struct cgroup_root; struct cgroup_subsys; -struct inode; struct cgroup; extern int cgroup_init_early(void); |