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>
This commit is contained in:
parent
a698b4488a
commit
9ad9d25a1e
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ int number_of_cpusets __read_mostly;
|
|||
|
||||
/* Forward declare cgroup structures */
|
||||
struct cgroup_subsys cpuset_subsys;
|
||||
struct cpuset;
|
||||
|
||||
/* See "Frequency meter" comments, below. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue