iseries_veth: fix build breakage
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
7fe624f560
Коммит
3ef8e4e9e4
|
@ -1077,7 +1077,7 @@ static struct net_device *veth_probe_one(int vlan,
|
|||
|
||||
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_NETDEV_DEV(dev, vdev);
|
||||
|
|
Загрузка…
Ссылка в новой задаче