mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
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>
This commit is contained in:
parent
e53bcd947d
commit
d109b11e54
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue