summaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h
diff options
context:
space:
mode:
authorLi Zefan <lizefan@huawei.com>2014-09-17 18:18:09 +0800
committerTejun Heo <tj@kernel.org>2014-09-18 06:34:15 +0900
commit6213daab2547fdc0d02a86abf3ac209ac6881ae3 (patch)
treeace86ec26a63554138a9b80ae0bf750d74d994bc /include/linux/cgroup.h
parent9253b279f493a8bcb3d6ee8c934bdae4a21bd44e (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.h1
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);