diff options
author | Li Zefan <lizefan@huawei.com> | 2013-03-04 22:37:56 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-03-05 12:33:26 -0500 |
commit | ff794dea52eaaa09017efea688a1d7f92ab0818e (patch) | |
tree | 65ce4f60ca3c8aee8516b1a6cd7faada5e93b151 | |
parent | 9259826ccb8165f797e4c2c9d17925b41af5f6ae (diff) |
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>
-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 @@ | |||
11 | #include <linux/sched.h> | 11 | #include <linux/sched.h> |
12 | #include <linux/cpumask.h> | 12 | #include <linux/cpumask.h> |
13 | #include <linux/nodemask.h> | 13 | #include <linux/nodemask.h> |
14 | #include <linux/cgroup.h> | ||
15 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
16 | 15 | ||
17 | #ifdef CONFIG_CPUSETS | 16 | #ifdef CONFIG_CPUSETS |