sched, cgroups: Fix module export
authorIngo Molnar <[email protected]>
Thu, 25 Feb 2010 11:02:13 +0000 (12:02 +0100)
committerIngo 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

index b1a0f5a528fe6563badc393f96db9e4cfa2d9255..4fd90e12977236f54a4dd29168bc2db04bb1cdbc 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include <linux/cgroup.h>
+#include <linux/module.h>
 #include <linux/ctype.h>
 #include <linux/errno.h>
 #include <linux/fs.h>