From: Michael Ellerman Date: Tue, 31 Jan 2006 06:17:47 +0000 (+1100) Subject: [PATCH] powerpc: Fix !SMP build of rtas.c X-Git-Tag: upstream/snapshot3+hdmi~42821^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31a7f67e587aa0745a132ae68efa7f15dac677f9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [PATCH] powerpc: Fix !SMP build of rtas.c arch/powerpc/kernel/rtas.c is getting hvcall.h via spinlock.h, but when we're building for UP we don't include spinlock.h. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index 7fe4a5c..b7092a4 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include