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: firefly_0821_release~28784^2~9 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=42d284bc45a9d6625b30c3175563829847406e03;p=firefly-linux-kernel-4.4.55.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 9da82c266ba9..ec9030dbb5f1 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"