diff options
| author | Tom Rini <[email protected]> | 2021-10-04 11:27:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-04 11:28:16 -0400 |
| commit | 50c84208ad50a27382c64af911abba4510a8b608 (patch) | |
| tree | 1b79a2e167ca4094d4adc80ab1195f42e792e309 /include/netdev.h | |
| parent | d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 (diff) | |
| parent | e17cbdd050f7127737988997f4a01583b34f7c96 (diff) | |
Merge branch 'next'
Signed-off-by: Tom Rini <[email protected]>
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 00a0993a835..fb18f09893c 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -29,7 +29,6 @@ int board_interface_eth_init(struct udevice *dev, int cpu_eth_init(struct bd_info *bis); /* Driver initialization prototypes */ -int at91emac_register(struct bd_info *bis, unsigned long iobase); int ax88180_initialize(struct bd_info *bis); int bcm_sf2_eth_register(struct bd_info *bis, u8 dev_num); int bfin_EMAC_initialize(struct bd_info *bis); |
