diff options
author | Stefano Babic <sbabic@denx.de> | 2011-04-26 07:40:19 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-11 23:03:15 +0200 |
commit | d109b11e54739212632e3f5309c62a7d5cd49773 (patch) | |
tree | bf4f237eb4cdb5ea38fa062ee8d98843e0182607 /arch/arm | |
parent | e53bcd947daaf6d6c05c545ddb734cb89fc40772 (diff) | |
download | u-boot-imx-d109b11e54739212632e3f5309c62a7d5cd49773.zip u-boot-imx-d109b11e54739212632e3f5309c62a7d5cd49773.tar.gz u-boot-imx-d109b11e54739212632e3f5309c62a7d5cd49773.tar.bz2 |
MX31: removed warning due to missing prototype
Drop warning caused by missing prototype for
mxc_hw_watchdog_reset().
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/arch-mx31/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx31/clock.h b/arch/arm/include/asm/arch-mx31/clock.h index 8dc6e82..1ff917e 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 */ |