netdev: drivers should make ethtool_ops const
[linux-2.6-block.git] / drivers / net / arm / ixp4xx_eth.c
index 3fe09876e76d3f5c62e0878adf7545317760a2c3..691b81eb0f467d0aa39788aa4efb97206b776eb0 100644 (file)
@@ -802,7 +802,7 @@ static int ixp4xx_nway_reset(struct net_device *dev)
        return phy_start_aneg(port->phydev);
 }
 
-static struct ethtool_ops ixp4xx_ethtool_ops = {
+static const struct ethtool_ops ixp4xx_ethtool_ops = {
        .get_drvinfo = ixp4xx_get_drvinfo,
        .get_settings = ixp4xx_get_settings,
        .set_settings = ixp4xx_set_settings,