From: Zhao Hongjiang Date: Sat, 27 Jul 2013 03:56:49 +0000 (+0800) Subject: cpuset: get rid of the useless forward declaration of cpuset X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ad9d25a1ec82d6e52d687348e8cdd4942e7d393;p=linux-beck.git 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 Acked-by: Li Zefan Signed-off-by: Tejun Heo --- 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; /* Forward declare cgroup structures */ struct cgroup_subsys cpuset_subsys; -struct cpuset; /* See "Frequency meter" comments, below. */