diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-08 15:04:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-08 15:04:56 -0400 |
commit | ae0e1d68a94a1d0e9e3b22a254312da9c9a7c01f (patch) | |
tree | f364eb6eecd8211f8aac5190fdfa83cad5e46962 /include/netdev.h | |
parent | 56edbb5eafc53cd7b34cd231ec11c7e5eb576c9f (diff) | |
parent | 5bd4f31fea36cf4106d6314efd33ba49efcaeded (diff) |
Merge branch '2022-08-08-networking-updates'
After checking with Ramon, take a number of reviewed network patches.
This includes:
- A number of dwc_eth_qos updates, mpc8xx_fec DM migration, NPCM7xx EMAC
driver.
- Other assorted minor updates
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); |