net: lantiq: Do not use eth_change_mtu()
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 22 Feb 2019 19:12:57 +0000 (20:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 01:35:42 +0000 (17:35 -0800)
commit6a5f9161bc0e282b813f8f7d98c1cea85c374a5e
treeae18537e2635940dc4137f87790b9dc7da5f3c65
parente728fdf0628971d43cb4e48860defc6e8a553761
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>
drivers/net/ethernet/lantiq_xrx200.c