netdev: drivers should make ethtool_ops const
[deliverable/linux.git] / drivers / net / usb / catc.c
index 0ffc0c6d03be619c6be9736330c33821e94f63a4..2bed6b087d164b9f4a5cca1567b9b2688cabab71 100644 (file)
@@ -698,7 +698,7 @@ static int catc_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
        return 0;
 }
 
-static struct ethtool_ops ops = {
+static const struct ethtool_ops ops = {
        .get_drvinfo = catc_get_drvinfo,
        .get_settings = catc_get_settings,
        .get_link = ethtool_op_get_link
This page took 0.026456 seconds and 5 git commands to generate.