diff options
Diffstat (limited to 'drivers/net/ks8695eth.c')
| -rw-r--r-- | drivers/net/ks8695eth.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/drivers/net/ks8695eth.c b/drivers/net/ks8695eth.c index b598dd7f2..7f3e0c2e4 100644 --- a/drivers/net/ks8695eth.c +++ b/drivers/net/ks8695eth.c @@ -21,8 +21,6 @@  /****************************************************************************/  #include <common.h> - -#ifdef	CONFIG_DRIVER_KS8695ETH  #include <malloc.h>  #include <net.h>  #include <asm/io.h> @@ -234,5 +232,3 @@ int eth_send(volatile void *packet, int len)  	return len;  } - -#endif	/* CONFIG_DRIVER_KS8695ETH */ |