]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/iseries_veth.c
[IrDA]: irda-usb needs firmware loader
[linux-2.6-omap-h63xx.git] / drivers / net / iseries_veth.c
index cdc14401cdbeb6531941afcca376da99bb1769ca..41b1d08fd57b02a066686aaa8973b7e75fef6fb5 100644 (file)
@@ -1029,7 +1029,7 @@ static u32 veth_get_link(struct net_device *dev)
        return 1;
 }
 
-static struct ethtool_ops ops = {
+static const struct ethtool_ops ops = {
        .get_drvinfo = veth_get_drvinfo,
        .get_settings = veth_get_settings,
        .get_link = veth_get_link,