aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Space.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-08-03 13:40:40 +0200
committerDavid S. Miller <davem@davemloft.net>2021-08-03 13:05:25 +0100
commit81dd3ee5962d767b913d4c4efec3f50e888463c1 (patch)
tree912d3a7c2c1f8c128e9138af42a29ac7f1a5af8e /drivers/net/Space.c
parentnatsemi: sonic: stop calling netdev_boot_setup_check (diff)
downloadlinux-dev-81dd3ee5962d767b913d4c4efec3f50e888463c1.tar.xz
linux-dev-81dd3ee5962d767b913d4c4efec3f50e888463c1.zip
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.c3
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;
}