Commit-ID: 993db4b45fd99949d8f6e004a7744b523dca473a Gitweb: http://git.kernel.org/tip/993db4b45fd99949d8f6e004a7744b523dca473a Author: Ingo Molnar <mi...@kernel.org> AuthorDate: Mon, 11 Feb 2013 10:45:33 +0100 Committer: Ingo Molnar <mi...@kernel.org> CommitDate: Mon, 11 Feb 2013 10:45:33 +0100
sched, powerpc: Fix sched.h split-up build failure Fix PowerPC/Cell build fallout from: 8bd75c77b7c6 sched/rt: Move rt specific bits into new header file Reported-by: Michael Ellerman <mich...@ellerman.id.au> Cc: Clark Williams <willi...@redhat.com> Cc: Peter Zijlstra <pet...@infradead.org> Cc: Steven Rostedt <rost...@goodmis.org> Link: http://lkml.kernel.org/r/20130207094707.7b9f8...@riff.lan Signed-off-by: Ingo Molnar <mi...@kernel.org> --- arch/powerpc/platforms/cell/spufs/sched.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/platforms/cell/spufs/sched.c b/arch/powerpc/platforms/cell/spufs/sched.c index 25db92a..4931838 100644 --- 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> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/