projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9259826
)
cpuset: remove include of cgroup.h from cpuset.h
author
Li Zefan
<lizefan@huawei.com>
Tue, 5 Mar 2013 03:37:56 +0000
(11:37 +0800)
committer
Tejun Heo
<tj@kernel.org>
Tue, 5 Mar 2013 17:33:26 +0000
(09:33 -0800)
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>
include/linux/cpuset.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/cpuset.h
b/include/linux/cpuset.h
index 8c8a60d294079af6f7488536cf33e8cbb070d58e..ccd1de8ad8229ad33417573cef8fa6a49abea634 100644
(file)
--- 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