mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
net: zap altera_tse_initialize prototypes
Zap the altera_tse_initialize() prototypes, since it is converted to driver model. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
c3c44954ed
commit
de99a17c9a
1 changed files with 0 additions and 3 deletions
|
@ -25,9 +25,6 @@ int board_eth_init(bd_t *bis);
|
|||
int cpu_eth_init(bd_t *bis);
|
||||
|
||||
/* Driver initialization prototypes */
|
||||
int altera_tse_initialize(u8 dev_num, int mac_base,
|
||||
int sgdma_rx_base, int sgdma_tx_base,
|
||||
u32 sgdma_desc_base, u32 sgdma_desc_size);
|
||||
int at91emac_register(bd_t *bis, unsigned long iobase);
|
||||
int au1x00_enet_initialize(bd_t*);
|
||||
int ax88180_initialize(bd_t *bis);
|
||||
|
|
Loading…
Reference in a new issue