diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2018-02-18 21:39:17 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-21 14:14:05 -0500 |
commit | 494a973e22954249d35152cce1dcfba6d10c52e4 (patch) | |
tree | dc6ac353bebd152b93d0eade5701a47ea6b4be1e /include/net | |
parent | 646fe03b0d5fb678f0901e25eb184ae8860744fa (diff) | |
download | blackbird-obmc-linux-494a973e22954249d35152cce1dcfba6d10c52e4.tar.gz blackbird-obmc-linux-494a973e22954249d35152cce1dcfba6d10c52e4.zip |
net/mac8390: Convert to nubus_driver
This resolves an old bug that constrained this driver to no more than
one card.
Tested-by: Stan Johnson <userm57@yahoo.com>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-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 27fb5c937c4f..336da258885a 100644 --- a/include/net/Space.h +++ b/include/net/Space.h @@ -20,7 +20,6 @@ struct net_device *cs89x0_probe(int unit); struct net_device *mvme147lance_probe(int unit); struct net_device *tc515_probe(int unit); struct net_device *lance_probe(int unit); -struct net_device *mac8390_probe(int unit); struct net_device *mac89x0_probe(int unit); struct net_device *cops_probe(int unit); struct net_device *ltpc_probe(void); |