netdev: drivers should make ethtool_ops const
[deliverable/linux.git] / drivers / firewire / net.c
index d923d1dc458fbe5405f90d9a24fa4f19afa900d9..84edc8b84c621a7155fd6cfef32e6cfe710b15c0 100644 (file)
@@ -1342,7 +1342,7 @@ static void fwnet_get_drvinfo(struct net_device *net,
        strcpy(info->bus_info, "ieee1394");
 }
 
-static struct ethtool_ops fwnet_ethtool_ops = {
+static const struct ethtool_ops fwnet_ethtool_ops = {
        .get_drvinfo = fwnet_get_drvinfo,
 };
 
This page took 0.025893 seconds and 5 git commands to generate.