summaryrefslogtreecommitdiff
path: root/include/netdev.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-07-11 09:05:25 -0400
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-08-08 13:34:27 +0200
commit481ea2e39dacf227bc5d8a244352d03dfb9c0ac9 (patch)
treed2ba42cb8761220a4af001861232e33bb1e382fa /include/netdev.h
parent215b4fae518a1ddcd36817cd1e420fa03d058d8e (diff)
mips: au1x00: Remove support for these SoCs
The only platform left for the AU1x00 SoCs was the pb1x00 platform, an apparent clone of the dbau1x00 platform. As pb1x00 had no listed maintainer I am assuming that it is also orphaned. Remove this platform and then remove the unused SoC support. Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r--include/netdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h
index f27869072f..55001625fb 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -25,7 +25,6 @@ int cpu_eth_init(bd_t *bis);
/* Driver initialization prototypes */
int at91emac_register(bd_t *bis, unsigned long iobase);
-int au1x00_enet_initialize(bd_t*);
int ax88180_initialize(bd_t *bis);
int bcm_sf2_eth_register(bd_t *bis, u8 dev_num);
int bfin_EMAC_initialize(bd_t *bis);