diff options
author | Stefano Babic <sbabic@denx.de> | 2011-05-20 11:01:40 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-05-23 08:36:46 +0200 |
commit | bdb3c20386e0c3b80c1e5d2408ce567c1df1ca18 (patch) | |
tree | b524ddb3e06606fce349731542bdf9d7739170eb /arch/arm | |
parent | 0e82efa14e3a052c1f8c771769fd1c1b94f16b38 (diff) | |
download | u-boot-bdb3c20386e0c3b80c1e5d2408ce567c1df1ca18.tar.gz u-boot-bdb3c20386e0c3b80c1e5d2408ce567c1df1ca18.tar.xz u-boot-bdb3c20386e0c3b80c1e5d2408ce567c1df1ca18.zip |
MX31: drop warnings due to missing prototype for mxc_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 1ff917ed24..9f7ae8036e 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 */ |