summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2026-04-22 13:01:48 -0500
committerJakub Kicinski <kuba@kernel.org>2026-04-23 15:56:49 -0700
commit2fbd04dc74cef371895ae2a17c99eb7c82a02984 (patch)
treeeeefe92b4be9066dde5132a09caf981acbbd097c /include
parent4ff8d0672d99a80785a3051dc47a9f8b0684ebff (diff)
drivers: net: amd: lance: Remove this driver
The lance was written by Donald Becker between 1993-1998. It is an ISA device, so unlikely to be used with modern kernels. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-5-08a5b59784d5@lunn.ch Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-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 2452a47a6a95..b8ab8d3dc266 100644
--- a/include/net/Space.h
+++ b/include/net/Space.h
@@ -8,4 +8,3 @@ struct net_device *wd_probe(int unit);
struct net_device *ne_probe(int unit);
struct net_device *smc_init(int unit);
struct net_device *cs89x0_probe(int unit);
-struct net_device *lance_probe(int unit);