[PATCH 1/2] cpuset: remove an unncessary forward declaration

From: Li Zefan
Date: Mon Aug 12 2013 - 21:17:44 EST



Signed-off-by: Li Zefan <lizefan@xxxxxxxxxx>
---
kernel/cpuset.c | 3 ---
1 file changed, 3 deletions(-)

diff --git a/kernel/cpuset.c b/kernel/cpuset.c
index bf69717..9d8d637 100644
--- a/kernel/cpuset.c
+++ b/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 {
--
1.8.0.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/