netdev: drivers should make ethtool_ops const
[deliverable/linux.git] / arch / um / drivers / net_kern.c
index 4c75409bc09c8267a38bfe36e62580466846d975..f114813ae258eabe782048061b2ed2b44631e2b8 100644 (file)
@@ -285,7 +285,7 @@ static void uml_net_get_drvinfo(struct net_device *dev,
        strcpy(info->version, "42");
 }
 
-static struct ethtool_ops uml_net_ethtool_ops = {
+static const struct ethtool_ops uml_net_ethtool_ops = {
        .get_drvinfo    = uml_net_get_drvinfo,
        .get_link       = ethtool_op_get_link,
 };
This page took 0.027498 seconds and 5 git commands to generate.