Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a314988 authored by Jingoo Han's avatar Jingoo Han Committed by David S. Miller
Browse files

ethernet: arc: remove unused dev



Remove unused 'dev' variable from arc_emac_remove(), since it's
not being used any more.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d46781bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -829,7 +829,6 @@ EXPORT_SYMBOL_GPL(arc_emac_probe);

int arc_emac_remove(struct net_device *ndev)
{
	struct device *dev = ndev->dev.parent;
	struct arc_emac_priv *priv = netdev_priv(ndev);

	phy_disconnect(priv->phy_dev);