Commit 3ef8e4e9 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by David S. Miller

iseries_veth: fix build breakage

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7fe624f5
...@@ -1077,7 +1077,7 @@ static struct net_device *veth_probe_one(int vlan, ...@@ -1077,7 +1077,7 @@ static struct net_device *veth_probe_one(int vlan,
memcpy(&port->mac_addr, mac_addr, ETH_ALEN); memcpy(&port->mac_addr, mac_addr, ETH_ALEN);
dev->netdev = &veth_netdev_ops; dev->netdev_ops = &veth_netdev_ops;
SET_ETHTOOL_OPS(dev, &ops); SET_ETHTOOL_OPS(dev, &ops);
SET_NETDEV_DEV(dev, vdev); SET_NETDEV_DEV(dev, vdev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment