From: Arnd Bergmann Date: Thu, 25 Apr 2013 15:10:04 +0000 (+0200) Subject: ARM: orion5x: include linux/cpu.h X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~71^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2fea1ca77fdfd5154ce0f39fca3f6f335505e8;p=pandora-kernel.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 --- Reading git-diff-tree failed