diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-08-03 14:40:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-03 15:05:26 +0300 |
commit | 5ea2f5ffde39251115ef9a566262fb9e52b91cb7 (patch) | |
tree | 59a778fe579fd0d91d07d18910775a8755d16e43 /net/ethernet | |
parent | f8ade8dddb167eecd369eb3b185a5772c2d7d09b (diff) | |
download | linux-5ea2f5ffde39251115ef9a566262fb9e52b91cb7.tar.xz |
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>
Diffstat (limited to 'net/ethernet')
-rw-r--r-- | net/ethernet/eth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c index 171ba75b74c9..73fce9467467 100644 --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c @@ -62,8 +62,6 @@ #include <linux/uaccess.h> #include <net/pkt_sched.h> -__setup("ether=", netdev_boot_setup); - /** * eth_header - create the Ethernet header * @skb: buffer to alter |