natsemi: sonic: stop calling netdev_boot_setup_check
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Aug 2021 11:40:39 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 12:05:25 +0000 (13:05 +0100)
commit19a11bf06c57fbe5d32058c2722c0bf509553b6e
treeaaff045409088626013e169d4db9ef1c2c040045
parent0852aeb9c350c8876930377288286106a7b441a4
natsemi: sonic: stop calling netdev_boot_setup_check

The data from the kernel command line is no longer used since the
probe function gets it from the platform device resources instead.

The jazz version was changed to be like this in 2007, the xtensa
version apparently copied the code from there.

Fixes: ed9f0e0bf3ce ("remove setup of platform device from jazzsonic.c")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/natsemi/jazzsonic.c
drivers/net/ethernet/natsemi/xtsonic.c