|
@@ -1502,7 +1502,6 @@ static const struct net_device_ops atmel_netdev_ops = {
|
|
|
.ndo_set_mac_address = atmel_set_mac_address,
|
|
|
.ndo_start_xmit = start_tx,
|
|
|
.ndo_do_ioctl = atmel_ioctl,
|
|
|
- .ndo_change_mtu = eth_change_mtu,
|
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
|
};
|
|
|
|