aboutsummaryrefslogtreecommitdiff
path: root/include/netdev.h
diff options
context:
space:
mode:
authorChristophe Leroy2022-05-12 15:48:51 +0200
committerTom Rini2022-08-08 10:50:20 -0400
commit81844aced3105af39d60efa3aed1ced9dc14f6e3 (patch)
tree93154a720716642b5f3f8c637d6ca53114c330e0 /include/netdev.h
parentc62b74652a330b09e2157b6ebc1f4d9ea3cec254 (diff)
net: mpc8xx_fec: Migrate to DM_ETH
Migrate mpc8xx_fec driver to DM_ETH. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Reviewed-by: Ramon Fried <rfried.dev@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 fb18f09893c..b3f8584e900 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -42,7 +42,6 @@ int eepro100_initialize(struct bd_info *bis);
int ep93xx_eth_initialize(u8 dev_num, int base_addr);
int eth_3com_initialize (struct bd_info * bis);
int ethoc_initialize(u8 dev_num, int base_addr);
-int fec_initialize (struct bd_info *bis);
int fecmxc_initialize(struct bd_info *bis);
int fecmxc_initialize_multi(struct bd_info *bis, int dev_id, int phy_id,
uint32_t addr);