mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
Add mii_init() prototype
to get rid of a *lot* of compiler warnings. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
2d1f23aa1e
commit
c5bded3c88
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ ulong bootcount_load (void);
|
|||
#define BOOTCOUNT_MAGIC 0xB001C041
|
||||
|
||||
/* $(CPU)/.../<eth> */
|
||||
/*void mii_init (void);*/
|
||||
void mii_init (void);
|
||||
|
||||
/* $(CPU)/.../lcd.c */
|
||||
ulong lcd_setmem (ulong);
|
||||
|
|
Loading…
Reference in a new issue