diff options
author | Ingo Molnar <[email protected]> | 2010-02-25 12:02:13 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-02-25 12:02:13 +0100 |
commit | c50cc75271759373bd89a036eec4d4269b291616 (patch) | |
tree | f45a428f0a9b93929c3bf223da222075fca0a81a | |
parent | 1ed509a225008c9e8c0644fbd22168e09a7383a0 (diff) |
sched, cgroups: Fix module export
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: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | kernel/cgroup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index b1a0f5a528fe..4fd90e129772 100644 --- 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> |