[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-993db4b45fd99949d8f6e004a7744b523dca473a@git.kernel.org>
Date: Mon, 11 Feb 2013 04:34:53 -0800
From: tip-bot for Ingo Molnar <mingo@...nel.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
williams@...hat.com, peterz@...radead.org, michael@...erman.id.au,
rostedt@...dmis.org, tglx@...utronix.de
Subject: [tip:sched/core] sched, powerpc:
Fix sched.h split-up build failure
Commit-ID: 993db4b45fd99949d8f6e004a7744b523dca473a
Gitweb: http://git.kernel.org/tip/993db4b45fd99949d8f6e004a7744b523dca473a
Author: Ingo Molnar <mingo@...nel.org>
AuthorDate: Mon, 11 Feb 2013 10:45:33 +0100
Committer: Ingo Molnar <mingo@...nel.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 <michael@...erman.id.au>
Cc: Clark Williams <williams@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Steven Rostedt <rostedt@...dmis.org>
Link: http://lkml.kernel.org/r/20130207094707.7b9f825f@riff.lan
Signed-off-by: Ingo Molnar <mingo@...nel.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists