summaryrefslogtreecommitdiffstats
path: root/include/netdev.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-12-08 14:57:33 +0100
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 15:55:51 +0100
commit8ce6947831ba6ba5a54de004be3a8c107af73166 (patch)
tree13d8d63e2f14a99904e64985e12868da783f690b /include/netdev.h
parent338a5f2bf1f3ec543dd9c6ce0d74ebe969bc7582 (diff)
downloadblackbird-obmc-uboot-8ce6947831ba6ba5a54de004be3a8c107af73166.tar.gz
blackbird-obmc-uboot-8ce6947831ba6ba5a54de004be3a8c107af73166.zip
net: emaclite: Remove ancient OF probe function
Prepare for DM move. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r--include/netdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdev.h b/include/netdev.h
index b8d4e6abd5..9fc41ab115 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -80,7 +80,6 @@ int tsi108_eth_initialize(bd_t *bis);
int uec_standard_init(bd_t *bis);
int uli526x_initialize(bd_t *bis);
int armada100_fec_register(unsigned long base_addr);
-int xilinx_emaclite_of_init(const void *blob);
int xilinx_emaclite_initialize(bd_t *bis, unsigned long base_addr,
int txpp, int rxpp);
int xilinx_ll_temac_eth_init(bd_t *bis, unsigned long base_addr, int flags,
OpenPOWER on IntegriCloud