Skip to content

Commit

Permalink
iseries_veth: fix build breakage
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Beregalov authored and David S. Miller committed Apr 20, 2009
1 parent 7fe624f commit 3ef8e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/iseries_veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3ef8e4e

Please sign in to comment.