diff mbox

[U-Boot] MX31: removed warning due to missing prototype

Message ID 1303796602-2800-1-git-send-email-sbabic@denx.de
State Accepted
Commit d109b11e54739212632e3f5309c62a7d5cd49773
Headers show

Commit Message

Stefano Babic April 26, 2011, 5:43 a.m. UTC
Drop warning caused by missing prototype for
mxc_hw_watchdog_reset().

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 arch/arm/include/asm/arch-mx31/clock.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

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 */