netdev: drivers should make ethtool_ops const
[linux-2.6-block.git] / drivers / net / atlx / atl2.c
index d0bcb572d51ec12572b48cbc0a0fc574d4cea22d..10c06b97001f1885120ac197e90219392fd57fea 100644 (file)
@@ -2094,7 +2094,7 @@ static int atl2_nway_reset(struct net_device *netdev)
        return 0;
 }
 
-static struct ethtool_ops atl2_ethtool_ops = {
+static const struct ethtool_ops atl2_ethtool_ops = {
        .get_settings           = atl2_get_settings,
        .set_settings           = atl2_set_settings,
        .get_drvinfo            = atl2_get_drvinfo,