]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/net/e1000.c
net: Conditional COBJS inclusion of network drivers
[karo-tx-uboot.git] / drivers / net / e1000.c
index 40a781fad50b805d504e644ae5d38d9f75a7006e..c31029ab5502c34971d74c6185150af03e3e64a1 100644 (file)
@@ -44,9 +44,6 @@ tested on both gig copper and gig fiber boards
 
 #include "e1000.h"
 
-#if defined(CONFIG_CMD_NET) \
-       && defined(CONFIG_NET_MULTI) && defined(CONFIG_E1000)
-
 #define TOUT_LOOP   100000
 
 #undef virt_to_bus
@@ -3061,5 +3058,3 @@ e1000_initialize(bd_t * bis)
        }
        return 1;
 }
-
-#endif