sched, powerpc: Fix sched.h split-up build failure
authorIngo Molnar <[email protected]>
Mon, 11 Feb 2013 09:45:33 +0000 (10:45 +0100)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Cc: Clark Williams <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/powerpc/platforms/cell/spufs/sched.c

index 25db92a8e1cf919db8a919232805fb71ad480b7f..49318385d4fac71e6122588da95c895a18d9198d 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>