aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpuset.h
diff options
context:
space:
mode:
authorLi Zefan <lizefan@huawei.com>2013-03-05 11:37:56 +0800
committerTejun Heo <tj@kernel.org>2013-03-05 09:33:26 -0800
commitff794dea52eaaa09017efea688a1d7f92ab0818e (patch)
tree65ce4f60ca3c8aee8516b1a6cd7faada5e93b151 /include/linux/cpuset.h
parentres_counter: remove include of cgroup.h from res_counter.h (diff)
downloadlinux-dev-ff794dea52eaaa09017efea688a1d7f92ab0818e.tar.xz
linux-dev-ff794dea52eaaa09017efea688a1d7f92ab0818e.zip
cpuset: remove include of cgroup.h from cpuset.h
We don't need to include cgroup.h in cpuset.h. Signed-off-by: Li Zefan <lizefan@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/cpuset.h')
-rw-r--r--include/linux/cpuset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cpuset.h b/include/linux/cpuset.h
index 8c8a60d29407..ccd1de8ad822 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