From: Arnd Bergmann Date: Thu, 25 Apr 2013 15:10:04 +0000 (+0200) Subject: ARM: orion5x: include linux/cpu.h X-Git-Tag: v3.10-rc1~126^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7b2fea1ca77fdfd5154ce0f39fca3f6f335505e8;p=linux.git ARM: orion5x: include linux/cpu.h The linux/cpu.h header is no longer implictly included in this file, so we need to an #include statement to avoid this build warning: arch/arm/mach-orion5x/common.c:339:3: error: implicit declaration of function 'cpu_idle_poll_ctrl' [-Werror=implicit-function-declaration] Signed-off-by: Arnd Bergmann Acked-by: Jason Cooper Cc: Andrew Lunn --- diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c index d068f1431c40..e13d7732cfe9 100644 --- a/arch/arm/mach-orion5x/common.c +++ b/arch/arm/mach-orion5x/common.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include