Sfoglia il codice sorgente

cpuset: remove an unncessary forward declaration

Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Li Zefan 12 anni fa
parent
commit
ff58ac0d58
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      kernel/cpuset.c

+ 0 - 3
kernel/cpuset.c

@@ -68,9 +68,6 @@
  */
 int number_of_cpusets __read_mostly;
 
-/* Forward declare cgroup structures */
-struct cgroup_subsys cpuset_subsys;
-
 /* See "Frequency meter" comments, below. */
 
 struct fmeter {