Skip to content
Snippets Groups Projects
Commit e47ad65b authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller
Browse files

net: freescale: mac-fec: Fix build error from phy_device API change


dev has moved inside the new mdio structure.

Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5e431650
No related branches found
No related tags found
No related merge requests found
...@@ -363,7 +363,7 @@ static void stop(struct net_device *dev) ...@@ -363,7 +363,7 @@ static void stop(struct net_device *dev)
const struct fs_platform_info *fpi = fep->fpi; const struct fs_platform_info *fpi = fep->fpi;
struct fec __iomem *fecp = fep->fec.fecp; 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; int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment