]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/qla3xxx.c
drivers/net: const-ify ethtool_ops declarations
[mirror_ubuntu-artful-kernel.git] / drivers / net / qla3xxx.c
index c729aeeb4696f0eb5e3fbf4c452b28e1c1a5ce02..09a481a71838f7e9e60b4511c7d78583348185e3 100644 (file)
@@ -1588,7 +1588,7 @@ static void ql_set_msglevel(struct net_device *ndev, u32 value)
        qdev->msg_enable = value;
 }
 
-static struct ethtool_ops ql3xxx_ethtool_ops = {
+static const struct ethtool_ops ql3xxx_ethtool_ops = {
        .get_settings = ql_get_settings,
        .get_drvinfo = ql_get_drvinfo,
        .get_perm_addr = ethtool_op_get_perm_addr,