]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_doc.c
net: Add support AX88796L ethernet device
[u-boot] / common / cmd_doc.c
index d6d3aff8c875757e62067455643a94ad01a40194..3d717c039d444a54c3cd756d8a8c44e0474abbc0 100644 (file)
@@ -11,9 +11,6 @@
 #include <command.h>
 #include <malloc.h>
 #include <asm/io.h>
-
-#if defined(CONFIG_CMD_DOC)
-
 #include <linux/mtd/nftl.h>
 #include <linux/mtd/doc2000.h>
 
@@ -1607,5 +1604,3 @@ void doc_probe(unsigned long physadr)
                puts ("No DiskOnChip found\n");
        }
 }
-
-#endif