diff options
Diffstat (limited to 'drivers/net/ethernet/marvell/mvpp2')
| -rw-r--r-- | drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c index 878fb17dea41..99bd8b8aa0e2 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c @@ -5702,7 +5702,7 @@ static const struct net_device_ops mvpp2_netdev_ops = {  	.ndo_set_mac_address	= mvpp2_set_mac_address,  	.ndo_change_mtu		= mvpp2_change_mtu,  	.ndo_get_stats64	= mvpp2_get_stats64, -	.ndo_do_ioctl		= mvpp2_ioctl, +	.ndo_eth_ioctl		= mvpp2_ioctl,  	.ndo_vlan_rx_add_vid	= mvpp2_vlan_rx_add_vid,  	.ndo_vlan_rx_kill_vid	= mvpp2_vlan_rx_kill_vid,  	.ndo_set_features	= mvpp2_set_features, | 
