projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53bcd9
)
MX31: removed warning due to missing prototype
author
Stefano Babic
<sbabic@denx.de>
Tue, 26 Apr 2011 05:40:19 +0000
(07:40 +0200)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Wed, 11 May 2011 21:03:15 +0000
(23:03 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-mx31/clock.h
b/arch/arm/include/asm/arch-mx31/clock.h
index 8dc6e82bc6787a221b27396aaf90a3cab74dd7c9..1ff917ed242d1f9d6d6e82c652e6746b6c7d41f1 100644
(file)
--- 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 */