net: Conditional COBJS inclusion of network drivers
[oweals/u-boot.git] / drivers / net / ks8695eth.c
index b598dd7f23d2cbd3d79723e1033e16ac6b1994ef..7f3e0c2e491f5ca98e1f92f5d394a8edce88c927 100644 (file)
@@ -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 */