From: tip-bot for Ingo Molnar on
Commit-ID: c50cc75271759373bd89a036eec4d4269b291616
Gitweb: http://git.kernel.org/tip/c50cc75271759373bd89a036eec4d4269b291616
Author: Ingo Molnar <mingo(a)elte.hu>
AuthorDate: Thu, 25 Feb 2010 12:02:13 +0100
Committer: Ingo Molnar <mingo(a)elte.hu>
CommitDate: Thu, 25 Feb 2010 12:02:13 +0100

sched, cgroups: Fix module export

I have exported it in d11c563 - but cgroups.c did not have module.h included ...

Cc: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com>
Cc: laijs(a)cn.fujitsu.com
Cc: dipankar(a)in.ibm.com
Cc: mathieu.desnoyers(a)polymtl.ca
Cc: josh(a)joshtriplett.org
Cc: dvhltc(a)us.ibm.com
Cc: niv(a)us.ibm.com
Cc: peterz(a)infradead.org
Cc: rostedt(a)goodmis.org
Cc: Valdis.Kletnieks(a)vt.edu
Cc: dhowells(a)redhat.com
LKML-Reference: <1266887105-1528-6-git-send-email-paulmck(a)linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo(a)elte.hu>
---
kernel/cgroup.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index b1a0f5a..4fd90e1 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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/