summaryrefslogtreecommitdiffstats
path: root/include/net/Space.h
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 /include/net/Space.h
parent19a11bf06c57fbe5d32058c2722c0bf509553b6e (diff)
downloadlinux-81dd3ee5962d767b913d4c4efec3f50e888463c1.tar.bz2
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 'include/net/Space.h')
-rw-r--r--include/net/Space.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/Space.h b/include/net/Space.h
index 9cce0d80d37a..e30e7a70ea99 100644
--- a/include/net/Space.h
+++ b/include/net/Space.h
@@ -21,7 +21,6 @@ struct net_device *mvme147lance_probe(int unit);
struct net_device *tc515_probe(int unit);
struct net_device *lance_probe(int unit);
struct net_device *cops_probe(int unit);
-struct net_device *ltpc_probe(void);
/* Fibre Channel adapters */
int iph5526_probe(struct net_device *dev);