net: freescale: mac-fec: Fix build error from phy_device API change
dev has moved inside the new mdio structure. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5e431650f0
commit
e47ad65b1b
@ -363,7 +363,7 @@ static void stop(struct net_device *dev)
|
||||
const struct fs_platform_info *fpi = fep->fpi;
|
||||
struct fec __iomem *fecp = fep->fec.fecp;
|
||||
|
||||
struct fec_info* feci= fep->phydev->bus->priv;
|
||||
struct fec_info *feci = fep->phydev->mdio.bus->priv;
|
||||
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user