diff options
| author | Michal Simek <[email protected]> | 2015-12-10 17:15:52 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-01-27 15:55:52 +0100 |
| commit | d538ee1b54b78295dbc3bd0d8c5d5fafa5c9e343 (patch) | |
| tree | 0979e69102174fce64239fdd528377f7be9efbaa /include | |
| parent | 4d2749be62b4bf749766a030c74688031edcfbad (diff) | |
net: emaclite: Move driver to DM
Move driver to DM.
Signed-off-by: Michal Simek <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/netdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/netdev.h b/include/netdev.h index 9fc41ab1157..244f23f93c3 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -80,8 +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_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, unsigned long ctrl_addr); /* |
