arm: mach-omap1: board-voiceblue: add missing include
authorAaro Koskinen <aaro.koskinen@iki.fi>
Tue, 18 Jan 2011 07:52:45 +0000 (09:52 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 20 Jan 2011 00:29:05 +0000 (16:29 -0800)
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>

No differences found