From 81844aced3105af39d60efa3aed1ced9dc14f6e3 Mon Sep 17 00:00:00 2001 From: Christophe Leroy Date: Thu, 12 May 2022 15:48:51 +0200 Subject: net: mpc8xx_fec: Migrate to DM_ETH Migrate mpc8xx_fec driver to DM_ETH. Signed-off-by: Christophe Leroy Reviewed-by: Ramon Fried --- include/netdev.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/netdev.h') 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); -- cgit v1.2.3