From: Stephen Rothwell Date: Mon, 28 May 2007 00:19:08 +0000 (+1000) Subject: [POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id X-Git-Tag: v2.6.22-rc4~12^2~9 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=42d284bc45a9d6625b30c3175563829847406e03;p=linux-2.6-omap-h63xx.git [POWERPC] ps3/interrupt.c uses get_hard_smp_processor_id and so needs to include asm/smp.h for a UP build to work. Signed-off-by: Stephen Rothwell Acked-by: Geoff Levand Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/platforms/ps3/interrupt.c b/arch/powerpc/platforms/ps3/interrupt.c index 9da82c266ba..ec9030dbb5f 100644 --- a/arch/powerpc/platforms/ps3/interrupt.c +++ b/arch/powerpc/platforms/ps3/interrupt.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "platform.h"