diff options
Diffstat (limited to 'net/eth.c')
| -rw-r--r-- | net/eth.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| @@ -66,7 +66,6 @@ extern int scc_initialize(bd_t*);  extern int tsi108_eth_initialize(bd_t*);  extern int npe_initialize(bd_t *);  extern int uec_initialize(int); -extern int at91sam9_eth_initialize(bd_t *);  #ifdef CONFIG_API  extern void (*push_packet)(volatile void *, int); @@ -254,10 +253,6 @@ int eth_initialize(bd_t *bis)  #if defined(CONFIG_RTL8169)  	rtl8169_initialize(bis);  #endif -#if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \ -    defined(CONFIG_AT91SAM9263) -	at91sam9_eth_initialize(bis); -#endif  	if (!eth_devices) {  		puts ("No ethernet found.\n"); |