From: Stefano Babic Date: Tue, 26 Apr 2011 05:40:19 +0000 (+0200) Subject: MX31: removed warning due to missing prototype X-Git-Tag: v2011.06-rc1~66^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d109b11e54739212632e3f5309c62a7d5cd49773;p=u-boot MX31: removed warning due to missing prototype Drop warning caused by missing prototype for mxc_hw_watchdog_reset(). Signed-off-by: Stefano Babic --- diff --git a/arch/arm/include/asm/arch-mx31/clock.h b/arch/arm/include/asm/arch-mx31/clock.h index 8dc6e82bc6..1ff917ed24 100644 --- a/arch/arm/include/asm/arch-mx31/clock.h +++ b/arch/arm/include/asm/arch-mx31/clock.h @@ -31,5 +31,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); #endif /* __ASM_ARCH_CLOCK_H */