diff options
Diffstat (limited to 'drivers/net/inca-ip_sw.c')
| -rw-r--r-- | drivers/net/inca-ip_sw.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/drivers/net/inca-ip_sw.c b/drivers/net/inca-ip_sw.c index a079b6003..d852a150f 100644 --- a/drivers/net/inca-ip_sw.c +++ b/drivers/net/inca-ip_sw.c @@ -26,9 +26,6 @@  #include <common.h> -#if defined(CONFIG_CMD_NET) \ -	&& defined(CONFIG_NET_MULTI) && defined(CONFIG_INCA_IP_SWITCH) -  #include <malloc.h>  #include <net.h>  #include <asm/inca-ip.h> @@ -813,5 +810,3 @@ Fail:  	return -1;  }  #endif /* CONFIG_INCA_IP_SWITCH_AMDIX */ - -#endif |