diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-08-03 14:40:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-03 15:05:25 +0300 |
commit | 81dd3ee5962d767b913d4c4efec3f50e888463c1 (patch) | |
tree | 912d3a7c2c1f8c128e9138af42a29ac7f1a5af8e /drivers/net/Space.c | |
parent | 19a11bf06c57fbe5d32058c2722c0bf509553b6e (diff) | |
download | linux-81dd3ee5962d767b913d4c4efec3f50e888463c1.tar.xz |
appletalk: ltpc: remove static probing
This driver never relies on the netdev_boot_setup_check()
to get its configuration, so it can just as well do its
own probing all the time.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r-- | drivers/net/Space.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c index df79e7370bcc..9196a26615cc 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c @@ -142,9 +142,6 @@ static int __init net_olddevs_init(void) cops_probe(1); cops_probe(2); #endif -#ifdef CONFIG_LTPC - ltpc_probe(); -#endif return 0; } |