projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cfb80a
)
cgroups: remove duplicate include
author
Li Zefan
<
[email protected]
>
Tue, 23 Mar 2010 20:35:12 +0000
(13:35 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 24 Mar 2010 23:31:19 +0000
(16:31 -0700)
commit
e6a1105b
("cgroups: subsystem module loading interface") and commit
c50cc752
("sched, cgroups: Fix module export") result in duplicate
including of module.h
Signed-off-by: Li Zefan <
[email protected]
>
Acked-by: Paul Menage <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/cgroup.c
patch
|
blob
|
history
diff --git
a/kernel/cgroup.c
b/kernel/cgroup.c
index ef909a32975006eafd43ce7693314eef5c5ffa4d..e2769e13980c49b2546d0bb2c6cef1e0065f6ca7 100644
(file)
--- a/
kernel/cgroup.c
+++ b/
kernel/cgroup.c
@@
-27,7
+27,6
@@
*/
#include <linux/cgroup.h>
-#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/errno.h>
#include <linux/fs.h>