]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/skge.c
drivers/net: const-ify ethtool_ops declarations
[mirror_ubuntu-bionic-kernel.git] / drivers / net / skge.c
index fba8b7455d8beaa168ac7a9749e659e073ae08e6..4b267b85fff23928604b02af6f7fe2020733795c 100644 (file)
@@ -691,7 +691,7 @@ static int skge_phys_id(struct net_device *dev, u32 data)
        return 0;
 }
 
-static struct ethtool_ops skge_ethtool_ops = {
+static const struct ethtool_ops skge_ethtool_ops = {
        .get_settings   = skge_get_settings,
        .set_settings   = skge_set_settings,
        .get_drvinfo    = skge_get_drvinfo,