net: lantiq: Do not use eth_change_mtu()
eth_change_mtu() is not needed any more, the networking subsystem will call it automatically when this callback is not implemented. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e728fdf062
commit
6a5f9161bc
|
@ -335,7 +335,6 @@ static const struct net_device_ops xrx200_netdev_ops = {
|
|||
.ndo_start_xmit = xrx200_start_xmit,
|
||||
.ndo_set_mac_address = eth_mac_addr,
|
||||
.ndo_validate_addr = eth_validate_addr,
|
||||
.ndo_change_mtu = eth_change_mtu,
|
||||
};
|
||||
|
||||
static irqreturn_t xrx200_dma_irq(int irq, void *ptr)
|
||||
|
|
Loading…
Reference in New Issue