projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02fc8d3
)
sched, powerpc: Fix sched.h split-up build failure
author
Ingo Molnar
<
[email protected]
>
Mon, 11 Feb 2013 09:45:33 +0000
(10:45 +0100)
committer
Ingo 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/cell/spufs/sched.c
b/arch/powerpc/platforms/cell/spufs/sched.c
index 25db92a8e1cf919db8a919232805fb71ad480b7f..49318385d4fac71e6122588da95c895a18d9198d 100644
(file)
--- a/
arch/powerpc/platforms/cell/spufs/sched.c
+++ b/
arch/powerpc/platforms/cell/spufs/sched.c
@@
-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>