diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2011-01-27 19:39:45 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-01-27 19:39:48 -0500 |
commit | 232bc6514fbf67abdaec1899a6d818c1dc70cbd6 (patch) | |
tree | 77b33cde7b4e71a9251a6bcf729d3984dfb4e6ec /arch/arm/mach-omap1 | |
parent | ee54dba9c360944b34e06478c05c6f283bf64eda (diff) |
arm: mach-omap1: board-voiceblue: add missing include
Eliminates the following sparse warnings:
arch/arm/mach-omap1/board-voiceblue.c:253:6: warning: symbol 'voiceblue_wdt_enable' was not declared. Should it be static?
arch/arm/mach-omap1/board-voiceblue.c:261:6: warning: symbol 'voiceblue_wdt_disable' was not declared. Should it be static?
arch/arm/mach-omap1/board-voiceblue.c:269:6: warning: symbol 'voiceblue_wdt_ping' was not declared. Should it be static?
arch/arm/mach-omap1/board-voiceblue.c:278:6: warning: symbol 'voiceblue_reset' was not declared. Should it be static?
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/board-voiceblue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index 671281714099..bdc0ac8dc21f 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++ b/arch/arm/mach-omap1/board-voiceblue.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <asm/mach/arch.h> | 31 | #include <asm/mach/arch.h> |
32 | #include <asm/mach/map.h> | 32 | #include <asm/mach/map.h> |
33 | 33 | ||
34 | #include <plat/board-voiceblue.h> | ||
34 | #include <plat/common.h> | 35 | #include <plat/common.h> |
35 | #include <mach/gpio.h> | 36 | #include <mach/gpio.h> |
36 | #include <plat/flash.h> | 37 | #include <plat/flash.h> |