diff options
author | Heiko Schocher | 2017-06-14 05:49:41 +0200 |
---|---|---|
committer | Tom Rini | 2017-06-16 10:14:56 -0400 |
commit | 9057df88e1f50d54b9765a5f98443455db4f63c6 (patch) | |
tree | a92fc4e5085dbf00b075c504e351b2b167185d0d /include/netdev.h | |
parent | 064b55cfcb25c0f7692ecf6d4a38f12cd82739f7 (diff) |
powerpc, 82xx: remove some missed mpc82xx remains
we removed 82xx support. Missed some 82xx remains,
remove them now.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/netdev.h')
-rw-r--r-- | include/netdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h index 38c0453de49..c06b90886b3 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -57,7 +57,6 @@ int lpc32xx_eth_initialize(bd_t *bis); int macb_eth_initialize(int id, void *regs, unsigned int phy_addr); int mcdmafec_initialize(bd_t *bis); int mcffec_initialize(bd_t *bis); -int mpc82xx_scc_enet_initialize(bd_t *bis); int mvgbe_initialize(bd_t *bis); int mvneta_initialize(bd_t *bis, int base_addr, int devnum, int phy_addr); int natsemi_initialize(bd_t *bis); |