diff options
| author | 2018-03-01 21:21:36 -0500 | |
|---|---|---|
| committer | 2018-03-01 21:21:36 -0500 | |
| commit | 5697b3e1445387e5fa190a4e6833e3f7da43c3f2 (patch) | |
| tree | 2bc2d931cbbf20c66297a8cc2b288b60881fd9ad /include | |
| parent | Merge branch 'forwarding-selftest-fixes' (diff) | |
| parent | net/mac89x0: Replace custom debug logging with netif_* calls (diff) | |
Merge branch 'mac89x0-fixes-and-cleanups'
Finn Thain says:
====================
Fixes, cleanup and modernization for mac89x0 driver
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 mac89x0 driver.
====================
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 336da258885a..9cce0d80d37a 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 *mac89x0_probe(int unit); struct net_device *cops_probe(int unit); struct net_device *ltpc_probe(void); |
