drivers/net: const-ify ethtool_ops declarations
[deliverable/linux.git] / drivers / net / sis190.c
index 7c1982af2a44a1df43a9ad33a5d4e24e7933f9bd..e8f26b79bbafa9f4102aefcc97c384bbaf8f9764 100644 (file)
@@ -1747,7 +1747,7 @@ static void sis190_set_msglevel(struct net_device *dev, u32 value)
        tp->msg_enable = value;
 }
 
-static struct ethtool_ops sis190_ethtool_ops = {
+static const struct ethtool_ops sis190_ethtool_ops = {
        .get_settings   = sis190_get_settings,
        .set_settings   = sis190_set_settings,
        .get_drvinfo    = sis190_get_drvinfo,
This page took 0.024034 seconds and 5 git commands to generate.