diff options
Diffstat (limited to 'drivers/net/ethernet/marvell/mv643xx_eth.c')
-rw-r--r-- | drivers/net/ethernet/marvell/mv643xx_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/mv643xx_eth.c b/drivers/net/ethernet/marvell/mv643xx_eth.c index b7b8d74c22d9..df1d1b97187f 100644 --- a/drivers/net/ethernet/marvell/mv643xx_eth.c +++ b/drivers/net/ethernet/marvell/mv643xx_eth.c | |||
@@ -2889,7 +2889,7 @@ static int mv643xx_eth_probe(struct platform_device *pdev) | |||
2889 | if (err) | 2889 | if (err) |
2890 | goto out; | 2890 | goto out; |
2891 | 2891 | ||
2892 | SET_ETHTOOL_OPS(dev, &mv643xx_eth_ethtool_ops); | 2892 | dev->ethtool_ops = &mv643xx_eth_ethtool_ops; |
2893 | 2893 | ||
2894 | init_pscr(mp, pd->speed, pd->duplex); | 2894 | init_pscr(mp, pd->speed, pd->duplex); |
2895 | 2895 | ||