diff options
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index d9fabe30c0d..115b4a0dae6 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c | |||
@@ -2946,7 +2946,7 @@ static int qeth_l3_ethtool_set_tso(struct net_device *dev, u32 data) | |||
2946 | return 0; | 2946 | return 0; |
2947 | } | 2947 | } |
2948 | 2948 | ||
2949 | static struct ethtool_ops qeth_l3_ethtool_ops = { | 2949 | static const struct ethtool_ops qeth_l3_ethtool_ops = { |
2950 | .get_link = ethtool_op_get_link, | 2950 | .get_link = ethtool_op_get_link, |
2951 | .get_tx_csum = ethtool_op_get_tx_csum, | 2951 | .get_tx_csum = ethtool_op_get_tx_csum, |
2952 | .set_tx_csum = ethtool_op_set_tx_hw_csum, | 2952 | .set_tx_csum = ethtool_op_set_tx_hw_csum, |