summaryrefslogtreecommitdiffstats
path: root/include/netdev.h
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-08 11:04:49 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-11-12 08:26:59 +0800
commitde99a17c9a8df4c0b4c4f57b5bb266835cbb9fab (patch)
treef798f6b4231a367a352b1fc2b22eb9c8b74aba87 /include/netdev.h
parentc3c44954ed34637f2bb1220825ff0910abb97f6e (diff)
downloadblackbird-obmc-uboot-de99a17c9a8df4c0b4c4f57b5bb266835cbb9fab.tar.gz
blackbird-obmc-uboot-de99a17c9a8df4c0b4c4f57b5bb266835cbb9fab.zip
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>
Diffstat (limited to 'include/netdev.h')
-rw-r--r--include/netdev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/netdev.h b/include/netdev.h
index 3d5a54f2ab..28eab46407 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);
OpenPOWER on IntegriCloud