]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/net/sk98lin/skethtool.c
drivers/net: const-ify ethtool_ops declarations
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / sk98lin / skethtool.c
index 4265ed91a9c4800eee83f7ed2f53ae2a63f1459f..e5cb5b548b8850b37973eb50e17faeec02aa5039 100644 (file)
@@ -581,7 +581,7 @@ static int setRxCsum(struct net_device *dev, u32 data)
        return 0;
 }
 
-struct ethtool_ops SkGeEthtoolOps = {
+const struct ethtool_ops SkGeEthtoolOps = {
        .get_settings           = getSettings,
        .set_settings           = setSettings,
        .get_drvinfo            = getDriverInfo,