diff mbox

[U-Boot] MX31: drop warnings due to missing prototype for mxc_watchdog_reset()

Message ID 1305882743-31515-1-git-send-email-sbabic@denx.de
State Accepted
Commit bdb3c20386e0c3b80c1e5d2408ce567c1df1ca18
Headers show

Commit Message

Stefano Babic May 20, 2011, 9:12 a.m. UTC
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 1ff917e..9f7ae80 100644
--- a/arch/arm/include/asm/arch-mx31/clock.h
+++ b/arch/arm/include/asm/arch-mx31/clock.h
@@ -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 */