]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MX31: drop warnings due to missing prototype for mxc_watchdog_reset()
authorStefano Babic <sbabic@denx.de>
Fri, 20 May 2011 09:01:40 +0000 (11:01 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 23 May 2011 06:36:46 +0000 (08:36 +0200)
Signed-off-by: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-mx31/clock.h

index 1ff917ed242d1f9d6d6e82c652e6746b6c7d41f1..9f7ae8036e7265cd0a8485fd3502c048ee6e9a3d 100644 (file)
@@ -32,5 +32,6 @@ extern void mx31_set_pad(enum iomux_pins pin, u32 config);
 void mx31_uart1_hw_init(void);
 void mx31_spi2_hw_init(void);
 void mxc_hw_watchdog_enable(void);
+void mxc_hw_watchdog_reset(void);
 
 #endif /* __ASM_ARCH_CLOCK_H */