From 91955834f5f4f58a6919a3005a8a4061cbbe7910 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Thu, 19 Aug 2010 09:37:32 +0200 Subject: net: Fix faulty definition of uec_initialize() The correct definition is in drivers/qe/uec.h so just remove this one. Signed-off-by: Joakim Tjernlund Signed-off-by: Ben Warren --- include/netdev.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/netdev.h b/include/netdev.h index 94eedfe29d..71fe805611 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -85,7 +85,6 @@ int skge_initialize(bd_t *bis); int smc911x_initialize(u8 dev_num, int base_addr); int smc91111_initialize(u8 dev_num, int base_addr); int tsi108_eth_initialize(bd_t *bis); -int uec_initialize(int index); int uec_standard_init(bd_t *bis); int uli526x_initialize(bd_t *bis); int sh_eth_initialize(bd_t *bis); -- cgit v1.2.1