MX31: drop warnings due to missing prototype for mxc_watchdog_reset()
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
0e82efa14e
commit
bdb3c20386
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue