From: Paul Gortmaker Date: Thu, 28 Jul 2011 23:14:16 +0000 (-0400) Subject: mips: vr41xx/ implicitly uses smp.h in giu.c and rtc.c X-Git-Tag: next-20110812~2^2~143 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=77021bbca23fecd85c511dc348b7417ea596f91e;p=karo-tx-linux.git mips: vr41xx/ implicitly uses smp.h in giu.c and rtc.c As evidenced by this: arch/mips/vr41xx/common/giu.c:84: error: implicit declaration of function 'smp_processor_id' arch/mips/vr41xx/common/rtc.c:85: error: implicit declaration of function 'smp_processor_id' Signed-off-by: Paul Gortmaker --- diff --git a/arch/mips/vr41xx/common/giu.c b/arch/mips/vr41xx/common/giu.c index 22cc6f2100a1..b32b3bc60441 100644 --- a/arch/mips/vr41xx/common/giu.c +++ b/arch/mips/vr41xx/common/giu.c @@ -19,6 +19,7 @@ */ #include #include +#include #include #include diff --git a/arch/mips/vr41xx/common/rtc.c b/arch/mips/vr41xx/common/rtc.c index ebc5dcf0ed8e..76e3e8af7c96 100644 --- a/arch/mips/vr41xx/common/rtc.c +++ b/arch/mips/vr41xx/common/rtc.c @@ -19,6 +19,7 @@ */ #include #include +#include #include #include