drivers/net: const-ify ethtool_ops declarations
[deliverable/linux.git] / drivers / net / forcedeth.c
index 59f9a515c07c7644e62a04b12f2c72a94e5881ef..b8df5ca4e6aa0d80480978df8d972e875c55bd39 100644 (file)
@@ -3962,7 +3962,7 @@ static void nv_get_strings(struct net_device *dev, u32 stringset, u8 *buffer)
        }
 }
 
-static struct ethtool_ops ops = {
+static const struct ethtool_ops ops = {
        .get_drvinfo = nv_get_drvinfo,
        .get_link = ethtool_op_get_link,
        .get_wol = nv_get_wol,
This page took 0.030268 seconds and 5 git commands to generate.