3c509: stop calling netdev_boot_setup_check
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Aug 2021 11:40:41 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 12:05:25 +0000 (13:05 +0100)
commit8bbdf1bdf22c8f079d12d70622892b4e8f0dd3d6
tree37c7443c7e7f947d76d1c48699afcbba8a95c175
parent81dd3ee5962d767b913d4c4efec3f50e888463c1
3c509: stop calling netdev_boot_setup_check

This driver never uses the information returned by
netdev_boot_setup_check, and is not called by the boot-time probing from
driver/net/Space.c, so just remove these stale references.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/3com/3c509.c