commit | 7b2fea1ca77fdfd5154ce0f39fca3f6f335505e8 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Apr 25 17:10:04 2013 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Apr 29 16:52:05 2013 +0200 |
tree | 2d8c9e69c9153ba0d862067ae555581da4b1eed4 | |
parent | 2058842e6d7833e41be7cc2434465e69bcd51d45 [diff] |
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 <arnd@arndb.de> Acked-by: Jason Cooper <jason@lakedaemon.net> Cc: Andrew Lunn <andrew@lunn.ch>