diff options
author | Christophe Leroy | 2022-05-12 15:48:51 +0200 |
---|---|---|
committer | Tom Rini | 2022-08-08 10:50:20 -0400 |
commit | 81844aced3105af39d60efa3aed1ced9dc14f6e3 (patch) | |
tree | 93154a720716642b5f3f8c637d6ca53114c330e0 /include/netdev.h | |
parent | c62b74652a330b09e2157b6ebc1f4d9ea3cec254 (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.h | 1 |
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); |