From: Paul Gortmaker Date: Thu, 28 Jul 2011 23:39:02 +0000 (-0400) Subject: mips: fix implicit smp.h usage in loongson/common/platform.c X-Git-Tag: next-20110826~3^2~140 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6c339d10d8f334496dc0ba9b681512a221d04cee;p=karo-tx-linux.git mips: fix implicit smp.h usage in loongson/common/platform.c With the module.h cleanup, we'll get: arch/mips/loongson/common/platform.c:21: error: implicit declaration of function 'smp_processor_id' Signed-off-by: Paul Gortmaker --- diff --git a/arch/mips/loongson/common/platform.c b/arch/mips/loongson/common/platform.c index ed007a2e0e1f..502b059de422 100644 --- a/arch/mips/loongson/common/platform.c +++ b/arch/mips/loongson/common/platform.c @@ -9,6 +9,7 @@ */ #include +#include #include static struct platform_device loongson2_cpufreq_device = {