netdev: drivers should make ethtool_ops const
[deliverable/linux.git] / drivers / net / usb / kaweth.c
index 7f397365b43743f3e681e6cd368ef1c08e48d22d..e2a39b9be96e25fcea7faefca6328e1d3b2d3e2b 100644 (file)
@@ -778,7 +778,7 @@ static u32 kaweth_get_link(struct net_device *dev)
        return kaweth->linkstate;
 }
 
-static struct ethtool_ops ops = {
+static const struct ethtool_ops ops = {
        .get_drvinfo    = kaweth_get_drvinfo,
        .get_link       = kaweth_get_link
 };
This page took 0.05544 seconds and 5 git commands to generate.