netdev: drivers should make ethtool_ops const
[linux-2.6-block.git] / drivers / s390 / net / qeth_l3_main.c
index d9fabe30c0dac15d992a35ce7ae1f94dcf0ff716..115b4a0dae6ea0049f0ca555bc60ca0c3c0e40d5 100644 (file)
@@ -2946,7 +2946,7 @@ static int qeth_l3_ethtool_set_tso(struct net_device *dev, u32 data)
        return 0;
 }
 
-static struct ethtool_ops qeth_l3_ethtool_ops = {
+static const struct ethtool_ops qeth_l3_ethtool_ops = {
        .get_link = ethtool_op_get_link,
        .get_tx_csum = ethtool_op_get_tx_csum,
        .set_tx_csum = ethtool_op_set_tx_hw_csum,