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: v2.6.16-rc3~67^2~15 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31a7f67e587aa0745a132ae68efa7f15dac677f9;p=linux-2.6 [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 7fe4a5c944..b7092a4706 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include