diff options
Diffstat (limited to 'drivers/net/netarm_eth.c')
| -rw-r--r-- | drivers/net/netarm_eth.c | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/drivers/net/netarm_eth.c b/drivers/net/netarm_eth.c index ecf45dc92..c011809b6 100644 --- a/drivers/net/netarm_eth.c +++ b/drivers/net/netarm_eth.c @@ -22,15 +22,11 @@  #include <common.h> - -#ifdef CONFIG_DRIVER_NETARMETH  #include <command.h>  #include <net.h>  #include "netarm_eth.h"  #include <asm/arch/netarm_registers.h> -#if defined(CONFIG_CMD_NET) -  static int na_mii_poll_busy (void);  static void na_get_mac_addr (void) @@ -352,7 +348,3 @@ extern int eth_send (volatile void *packet, int length)  	printf ("eth_send timeout\n");  	return 1;  } - -#endif /* CONFIG_CMD_NET */ - -#endif /* CONFIG_DRIVER_NETARMETH */ |