diff options
Diffstat (limited to 'drivers/net/xen-netfront.c')
-rw-r--r-- | drivers/net/xen-netfront.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index 78e344ae7051..f464b82c7d5f 100644 --- a/drivers/net/xen-netfront.c +++ b/drivers/net/xen-netfront.c | |||
@@ -1617,11 +1617,8 @@ static void backend_changed(struct xenbus_device *dev, | |||
1617 | 1617 | ||
1618 | static struct ethtool_ops xennet_ethtool_ops = | 1618 | static struct ethtool_ops xennet_ethtool_ops = |
1619 | { | 1619 | { |
1620 | .get_tx_csum = ethtool_op_get_tx_csum, | ||
1621 | .set_tx_csum = ethtool_op_set_tx_csum, | 1620 | .set_tx_csum = ethtool_op_set_tx_csum, |
1622 | .get_sg = ethtool_op_get_sg, | ||
1623 | .set_sg = xennet_set_sg, | 1621 | .set_sg = xennet_set_sg, |
1624 | .get_tso = ethtool_op_get_tso, | ||
1625 | .set_tso = xennet_set_tso, | 1622 | .set_tso = xennet_set_tso, |
1626 | .get_link = ethtool_op_get_link, | 1623 | .get_link = ethtool_op_get_link, |
1627 | }; | 1624 | }; |