common: Move mii_init() function out of common.h

This function belongs in mii.h so move it over.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Simon Glass
2019-11-14 12:57:31 -07:00
committed by Tom Rini
parent 1045315df0
commit 68a6aa85ec
10 changed files with 10 additions and 3 deletions

View File

@@ -225,4 +225,6 @@ static inline u8 mii_resolve_flowctrl_fdx(u16 lcladv, u16 rmtadv)
return cap;
}
void mii_init(void);
#endif /* __LINUX_MII_H__ */