From 042272a6f2fce3bf610a84cbfde3676b53c0d8dd Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 11 Oct 2010 11:41:47 +1000 Subject: net: Move Emaclite to NET_MULTI Emaclite was using old net api that's why this patch move emaclite to NET_MULTI api. Signed-off-by: Michal Simek Signed-off-by: Ben Warren --- include/netdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/netdev.h b/include/netdev.h index 64e5816013..7f66419350 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -89,6 +89,7 @@ int smc91111_initialize(u8 dev_num, int base_addr); int tsi108_eth_initialize(bd_t *bis); int uec_standard_init(bd_t *bis); int uli526x_initialize(bd_t *bis); +int xilinx_emaclite_initialize (bd_t *bis, int base_addr); int sh_eth_initialize(bd_t *bis); int dm9000_initialize(bd_t *bis); -- cgit v1.2.1