From 86882b80771309bceb11c6accfd7f6f90ade8bfc Mon Sep 17 00:00:00 2001 From: Ben Warren Date: Tue, 26 Aug 2008 22:16:25 -0700 Subject: Moved initialization of MCFFEC Ethernet driver to CPU directory Added a cpu_eth_init() function to coldfire CPU directories and removed code from net/eth.c Signed-off-by: Ben Warren --- net/eth.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'net/eth.c') diff --git a/net/eth.c b/net/eth.c index bc57ca3e8..50bea796a 100644 --- a/net/eth.c +++ b/net/eth.c @@ -70,7 +70,6 @@ extern int npe_initialize(bd_t *); extern int uec_initialize(int); extern int bfin_EMAC_initialize(bd_t *); extern int greth_initialize(bd_t *); -extern int mcffec_initialize(bd_t*); extern int at91sam9_eth_initialize(bd_t *); #ifdef CONFIG_API @@ -271,9 +270,6 @@ int eth_initialize(bd_t *bis) #if defined(CONFIG_GRETH) greth_initialize(bis); #endif -#if defined(CONFIG_MCFFEC) - mcffec_initialize(bis); -#endif #if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \ defined(CONFIG_AT91SAM9263) at91sam9_eth_initialize(bis); -- cgit v1.2.3