We don't need to include cgroup.h in cpuset.h. Signed-off-by: Li Zefan <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

