diff options
Diffstat (limited to 'drivers/net/macvlan.c')
-rw-r--r-- | drivers/net/macvlan.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c index 2de073da182c..2f6cdaa88729 100644 --- a/drivers/net/macvlan.c +++ b/drivers/net/macvlan.c | |||
@@ -282,10 +282,6 @@ static u32 macvlan_ethtool_get_rx_csum(struct net_device *dev) | |||
282 | static const struct ethtool_ops macvlan_ethtool_ops = { | 282 | static const struct ethtool_ops macvlan_ethtool_ops = { |
283 | .get_link = ethtool_op_get_link, | 283 | .get_link = ethtool_op_get_link, |
284 | .get_rx_csum = macvlan_ethtool_get_rx_csum, | 284 | .get_rx_csum = macvlan_ethtool_get_rx_csum, |
285 | .get_tx_csum = ethtool_op_get_tx_csum, | ||
286 | .get_tso = ethtool_op_get_tso, | ||
287 | .get_ufo = ethtool_op_get_ufo, | ||
288 | .get_sg = ethtool_op_get_sg, | ||
289 | .get_drvinfo = macvlan_ethtool_get_drvinfo, | 285 | .get_drvinfo = macvlan_ethtool_get_drvinfo, |
290 | }; | 286 | }; |
291 | 287 | ||