Skip to content

Commit

Permalink
net: zap altera_tse_initialize prototypes
Browse files Browse the repository at this point in the history
Zap the altera_tse_initialize() prototypes, since it is converted
to driver model.

Signed-off-by: Thomas Chou <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
  • Loading branch information
hippo5329 committed Nov 12, 2015
1 parent c3c4495 commit de99a17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit de99a17

Please sign in to comment.