drivers/net: const-ify ethtool_ops declarations
[deliverable/linux.git] / drivers / net / sky2.c
index 9429859be54ffbc9093497a04eba097deceee877..c4c51f1418f541fb5069757662a922a854676e72 100644 (file)
@@ -3033,7 +3033,7 @@ static void sky2_get_regs(struct net_device *dev, struct ethtool_regs *regs,
                      regs->len - B3_RI_WTO_R1);
 }
 
-static struct ethtool_ops sky2_ethtool_ops = {
+static const struct ethtool_ops sky2_ethtool_ops = {
        .get_settings = sky2_get_settings,
        .set_settings = sky2_set_settings,
        .get_drvinfo = sky2_get_drvinfo,
This page took 0.025354 seconds and 5 git commands to generate.