From: Olof Johansson Date: Wed, 13 Sep 2006 18:32:39 +0000 (-0500) Subject: [POWERPC] Fix non-smp build X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f04da0bc36566ad17cf21e4ac8dbae377ca1dc75;p=linux-beck.git [POWERPC] Fix non-smp build This fixes a compile error that only surfaces on CONFIG_SMP=n builds; seems to get pulled in through another header file for SMP builds. This problem was introduced by the hvcall stats patch. Signed-off-by: Olof Johansson Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c index c578e7ab8173..d06f378597bb 100644 --- a/arch/powerpc/kernel/asm-offsets.c +++ b/arch/powerpc/kernel/asm-offsets.c @@ -43,6 +43,7 @@ #include #include #include +#include #endif #define DEFINE(sym, val) \