mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
davinci: fix implicit declaration of function 'davinci_errata_workarounds'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
4f5728987f
commit
9751a456f7
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ void dsp_on(void);
|
||||||
void davinci_enable_uart0(void);
|
void davinci_enable_uart0(void);
|
||||||
void davinci_enable_emac(void);
|
void davinci_enable_emac(void);
|
||||||
void davinci_enable_i2c(void);
|
void davinci_enable_i2c(void);
|
||||||
|
void davinci_errata_workarounds(void);
|
||||||
|
|
||||||
#endif /* __PSC_H */
|
#endif /* __PSC_H */
|
||||||
|
|
Loading…
Reference in a new issue