summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2026-04-22 13:01:57 -0500
committerJakub Kicinski <kuba@kernel.org>2026-04-23 15:57:10 -0700
commitb0b807aa78d213ee08759130ba6a2e92fb5a3b76 (patch)
tree500aaf0ab148713ab62f7599f9eaf0c143ce4f14 /include
parent57835223486216bc8b4187269e03dba1dc62168b (diff)
drivers: net: 8390: ultra: Remove this driver
The ultra was written by Donald Becker 1993 to 1998. It is an ISA device, so unlikely to be used with modern kernels. Acked-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-14-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 26a480ac67aa..0d9e55665db1 100644
--- a/include/net/Space.h
+++ b/include/net/Space.h
@@ -3,7 +3,6 @@
* ethernet adaptor have the name "eth[0123...]".
*/
-struct net_device *ultra_probe(int unit);
struct net_device *wd_probe(int unit);
struct net_device *ne_probe(int unit);
struct net_device *cs89x0_probe(int unit);