diff options
-rw-r--r-- | drivers/net/mv643xx_eth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index e24072a9a979..2733b0a3b703 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c | |||
@@ -2846,6 +2846,7 @@ static const struct net_device_ops mv643xx_eth_netdev_ops = { | |||
2846 | .ndo_start_xmit = mv643xx_eth_xmit, | 2846 | .ndo_start_xmit = mv643xx_eth_xmit, |
2847 | .ndo_set_rx_mode = mv643xx_eth_set_rx_mode, | 2847 | .ndo_set_rx_mode = mv643xx_eth_set_rx_mode, |
2848 | .ndo_set_mac_address = mv643xx_eth_set_mac_address, | 2848 | .ndo_set_mac_address = mv643xx_eth_set_mac_address, |
2849 | .ndo_validate_addr = eth_validate_addr, | ||
2849 | .ndo_do_ioctl = mv643xx_eth_ioctl, | 2850 | .ndo_do_ioctl = mv643xx_eth_ioctl, |
2850 | .ndo_change_mtu = mv643xx_eth_change_mtu, | 2851 | .ndo_change_mtu = mv643xx_eth_change_mtu, |
2851 | .ndo_tx_timeout = mv643xx_eth_tx_timeout, | 2852 | .ndo_tx_timeout = mv643xx_eth_tx_timeout, |