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:
Родитель
a698b4488a
Коммит
9ad9d25a1e
|
@ -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. */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче