Re: [PATCH 1/2] phy: fix blackfin build failure

From: David Miller
Date: Sun Jan 10 2016 - 22:46:32 EST


From: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>
Date: Fri, 8 Jan 2016 16:58:14 +0530

> 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: 7f854420fbfe ("phy: Add API for {un}registering an mdio device to a bus.")
> Cc: Andrew Lunn <andrew@xxxxxxx>
> Signed-off-by: Sudip Mukherjee <sudip@xxxxxxxxxxxxxxx>

Applied.