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:
1ed509a
)
sched, cgroups: Fix module export
author
Ingo Molnar
<
[email protected]
>
Thu, 25 Feb 2010 11:02:13 +0000
(12:02 +0100)
committer
Ingo Molnar
<
[email protected]
>
Thu, 25 Feb 2010 11:02:13 +0000
(12:02 +0100)
I have exported it in
d11c563
- but cgroups.c did not have module.h included ...
Cc: Paul E. McKenney <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
LKML-Reference: <
1266887105
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
kernel/cgroup.c
patch
|
blob
|
history
diff --git
a/kernel/cgroup.c
b/kernel/cgroup.c
index b1a0f5a528fe6563badc393f96db9e4cfa2d9255..4fd90e12977236f54a4dd29168bc2db04bb1cdbc 100644
(file)
--- a/
kernel/cgroup.c
+++ b/
kernel/cgroup.c
@@
-23,6
+23,7
@@
*/
#include <linux/cgroup.h>
+#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/errno.h>
#include <linux/fs.h>