aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/e1000e/ethtool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e1000e/ethtool.c b/drivers/net/e1000e/ethtool.c
index 77c5829ab94..6355a1b779d 100644
--- a/drivers/net/e1000e/ethtool.c
+++ b/drivers/net/e1000e/ethtool.c
@@ -2051,7 +2051,6 @@ static const struct ethtool_ops e1000_ethtool_ops = {
2051 .get_coalesce = e1000_get_coalesce, 2051 .get_coalesce = e1000_get_coalesce,
2052 .set_coalesce = e1000_set_coalesce, 2052 .set_coalesce = e1000_set_coalesce,
2053 .get_flags = ethtool_op_get_flags, 2053 .get_flags = ethtool_op_get_flags,
2054 .set_flags = ethtool_op_set_flags,
2055}; 2054};
2056 2055
2057void e1000e_set_ethtool_ops(struct net_device *netdev) 2056void e1000e_set_ethtool_ops(struct net_device *netdev)