diff options
author | Li Zefan <lizefan@huawei.com> | 2013-03-05 11:37:56 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-03-05 09:33:26 -0800 |
commit | ff794dea52eaaa09017efea688a1d7f92ab0818e (patch) | |
tree | 65ce4f60ca3c8aee8516b1a6cd7faada5e93b151 /include/linux/cpuset.h | |
parent | 9259826ccb8165f797e4c2c9d17925b41af5f6ae (diff) | |
download | talos-op-linux-ff794dea52eaaa09017efea688a1d7f92ab0818e.tar.gz talos-op-linux-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.h | 1 |
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 |