diff options
| author | David S. Miller <davem@davemloft.net> | 2018-02-21 22:14:05 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-02-21 22:14:05 +0300 |
| commit | aa00d40b2e0b28d9cc9642518f07985d044c2b70 (patch) | |
| tree | 888b9fcb7b1a67d31d3da21df86a2f81da37f4aa /include | |
| parent | 4be83e5aa21e667b0c25e2e87e5bb9bf260d870d (diff) | |
| parent | 4a1b27c9e32c3993bb2c9efd8776117ca7eefa78 (diff) | |
| download | linux-aa00d40b2e0b28d9cc9642518f07985d044c2b70.tar.xz | |
Merge branch '8390-cleanups'
Finn Thain says:
====================
Fixes, cleanup and modernization for 8390 ethernet drivers
Changes since v4 of combined patch series:
- Removed redundant and non-portable MACH_IS_MAC tests.
- Added acked-by tags from Geert Uytterhoeven.
- Omitted patches unrelated to 8390 drivers.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -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); |
