]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ibmveth.c
Merge branch 'master' into upstream
[linux-2.6-omap-h63xx.git] / drivers / net / ibmveth.c
index e56eac88b80938b238bba2f5c588c56807dad0aa..767203d35bc2eb7b3088ccdf69053204518000b1 100644 (file)
@@ -606,7 +606,7 @@ static u32 netdev_get_link(struct net_device *dev) {
        return 1;
 }
 
-static struct ethtool_ops netdev_ethtool_ops = {
+static const struct ethtool_ops netdev_ethtool_ops = {
        .get_drvinfo            = netdev_get_drvinfo,
        .get_settings           = netdev_get_settings,
        .get_link               = netdev_get_link,