diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-08-03 13:40:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-03 14:05:25 +0200 |
commit | 81dd3ee5962d767b913d4c4efec3f50e888463c1 (patch) | |
tree | 912d3a7c2c1f8c128e9138af42a29ac7f1a5af8e /include/net/Space.h | |
parent | natsemi: sonic: stop calling netdev_boot_setup_check (diff) | |
download | linux-81dd3ee5962d767b913d4c4efec3f50e888463c1.tar.xz linux-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 'include/net/Space.h')
-rw-r--r-- | include/net/Space.h | 1 |
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); |