mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
053842a8bf
The build of blackfin defconfig is failing with the error:
error: 'struct mii_bus' has no member named 'phy_map'
A new API mdiobus_get_phy() was introduced and phy_map was removed but
it was not changed here.
Fixes:
|
||
---|---|---|
.. | ||
bfin_mac.c | ||
bfin_mac.h | ||
Kconfig | ||
Makefile |