[PATCH] cpuset: remove include of cgroup.h from cpuset.h

From: Li Zefan
Date: Mon Mar 04 2013 - 22:38:17 EST


We don't need to include cgroup.h in cpuset.h.

Signed-off-by: Li Zefan <lizefan@xxxxxxxxxx>
---
include/linux/cpuset.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/cpuset.h b/include/linux/cpuset.h
index 8c8a60d..ccd1de8 100644
--- a/include/linux/cpuset.h
+++ b/include/linux/cpuset.h
@@ -11,7 +11,6 @@
#include <linux/sched.h>
#include <linux/cpumask.h>
#include <linux/nodemask.h>
-#include <linux/cgroup.h>
#include <linux/mm.h>

#ifdef CONFIG_CPUSETS
--
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/