sched, powerpc: Fix sched.h split-up build failure
authorIngo Molnar <mingo@kernel.org>
Mon, 11 Feb 2013 09:45:33 +0000 (10:45 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 Feb 2013 09:45:33 +0000 (10:45 +0100)
Fix PowerPC/Cell build fallout from:

  8bd75c77b7c6 sched/rt: Move rt specific bits into new header file

Reported-by: Michael Ellerman <michael@ellerman.id.au>
Cc: Clark Williams <williams@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/20130207094707.7b9f825f@riff.lan
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/powerpc/platforms/cell/spufs/sched.c

index 25db92a..4931838 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <linux/errno.h>
 #include <linux/sched.h>
+#include <linux/sched/rt.h>
 #include <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/slab.h>