diff options
| author | Stefano Babic <[email protected]> | 2015-11-12 17:13:26 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2015-11-12 17:13:26 +0100 |
| commit | 5f5620ab2679608f94b3a77e51c77d0a770103bd (patch) | |
| tree | ec983c06d2f62384909968bb870add121b8a1502 /include/netdev.h | |
| parent | 78e9ca52edaab74ad645d719676ff4c24d2f462c (diff) | |
| parent | 038be18fd95aa6283eafb85ceabc0b880976424b (diff) | |
Merge git://git.denx.de/u-boot
Diffstat (limited to 'include/netdev.h')
| -rw-r--r-- | include/netdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/netdev.h b/include/netdev.h index 3d5a54f2aba..28eab464076 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -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); |
