net: Conditional COBJS inclusion of network drivers
[platform/kernel/u-boot.git] / drivers / net / vsc7385.c
index 4095bce..4e7259f 100644 (file)
@@ -13,9 +13,6 @@
  */
 
 #include <config.h>
-
-#ifdef CONFIG_VSC7385_ENET
-
 #include <common.h>
 #include <asm/io.h>
 #include <asm/errno.h>
@@ -97,5 +94,3 @@ int vsc7385_upload_firmware(void *firmware, unsigned int size)
 
        return 0;
 }
-
-#endif