소스 검색

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>
Aaro Koskinen 14 년 전
부모
커밋
232bc6514f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/arm/mach-omap1/board-voiceblue.c

+ 1 - 0
arch/arm/mach-omap1/board-voiceblue.c

@@ -31,6 +31,7 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/map.h>
 
 
+#include <plat/board-voiceblue.h>
 #include <plat/common.h>
 #include <plat/common.h>
 #include <mach/gpio.h>
 #include <mach/gpio.h>
 #include <plat/flash.h>
 #include <plat/flash.h>