提交 e47ad65b 编写于 作者: A Andrew Lunn 提交者: David S. Miller

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

dev has moved inside the new mdio structure.
Signed-off-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 5e431650
...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册