diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-25 11:10:04 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-29 10:52:05 -0400 |
commit | 7b2fea1ca77fdfd5154ce0f39fca3f6f335505e8 (patch) | |
tree | 2d8c9e69c9153ba0d862067ae555581da4b1eed4 /arch/arm/mach-orion5x | |
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>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r-- | arch/arm/mach-orion5x/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
19 | #include <linux/ata_platform.h> | 19 | #include <linux/ata_platform.h> |
20 | #include <linux/delay.h> | 20 | #include <linux/delay.h> |
21 | #include <linux/clk-provider.h> | 21 | #include <linux/clk-provider.h> |
22 | #include <linux/cpu.h> | ||
22 | #include <net/dsa.h> | 23 | #include <net/dsa.h> |
23 | #include <asm/page.h> | 24 | #include <asm/page.h> |
24 | #include <asm/setup.h> | 25 | #include <asm/setup.h> |