diff options
author | Zhao Hongjiang <zhaohongjiang@huawei.com> | 2013-07-26 23:56:49 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-07-29 14:08:08 -0400 |
commit | 9ad9d25a1ec82d6e52d687348e8cdd4942e7d393 (patch) | |
tree | b0a0f5ecb632993413f776433468a0a17bec7eb6 /kernel/cpuset.c | |
parent | a698b4488ab98deef6c3beeba3e27fea17650132 (diff) |
cpuset: get rid of the useless forward declaration of cpuset
get rid of the useless forward declaration of the struct cpuset cause the
below define it.
Signed-off-by: Zhao Hongjiang <zhaohongjiang@huawei.com>
Acked-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cpuset.c')
-rw-r--r-- | kernel/cpuset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c index e5657788fedd..2ddd9b93feaa 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c | |||
@@ -70,7 +70,6 @@ int number_of_cpusets __read_mostly; | |||
70 | 70 | ||
71 | /* Forward declare cgroup structures */ | 71 | /* Forward declare cgroup structures */ |
72 | struct cgroup_subsys cpuset_subsys; | 72 | struct cgroup_subsys cpuset_subsys; |
73 | struct cpuset; | ||
74 | 73 | ||
75 | /* See "Frequency meter" comments, below. */ | 74 | /* See "Frequency meter" comments, below. */ |
76 | 75 | ||