]> git.baikalelectronics.ru Git - kernel.git/commit
move netdev_boot_setup into Space.c
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Aug 2021 11:40:46 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 12:05:26 +0000 (13:05 +0100)
commitfd1ec44644254b0c156ecb84f8025d950bbd9ed9
tree59a778fe579fd0d91d07d18910775a8755d16e43
parente82a8c5d390f951a12803ca1a8c6af693f822bf1
move netdev_boot_setup into Space.c

This is now only used by a handful of old ISA drivers,
and can be moved into the file they already all depend on.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Space.c
include/linux/netdevice.h
net/core/dev.c
net/ethernet/eth.c