drivers/net: const-ify ethtool_ops declarations
[deliverable/linux.git] / drivers / net / tg3.c
index 4d66d86e41eaab5fad7508c79fbd06e00f707635..3b84ac2346444feeedd378132e3fd3371aa57a1d 100644 (file)
@@ -8962,7 +8962,7 @@ static int tg3_set_coalesce(struct net_device *dev, struct ethtool_coalesce *ec)
        return 0;
 }
 
-static struct ethtool_ops tg3_ethtool_ops = {
+static const struct ethtool_ops tg3_ethtool_ops = {
        .get_settings           = tg3_get_settings,
        .set_settings           = tg3_set_settings,
        .get_drvinfo            = tg3_get_drvinfo,
This page took 0.029236 seconds and 5 git commands to generate.