]> git.sur5r.net Git - u-boot/blobdiff - common/miiphyutil.c
Fix the function conflict in x86emu when DEBUG is on
[u-boot] / common / miiphyutil.c
index eac8275a40562d2b8aea688ddfabf781e591a26e..5ef4a33ce774a8a3dd73db6e0f842fe4c304317a 100644 (file)
@@ -29,7 +29,6 @@
 #include <common.h>
 #include <miiphy.h>
 
-#if defined(CONFIG_MII) || defined(CONFIG_CMD_MII)
 #include <asm/types.h>
 #include <linux/list.h>
 #include <malloc.h>
@@ -487,4 +486,3 @@ int miiphy_link (char *devname, unsigned char addr)
        }
 }
 #endif
-#endif /* CONFIG_MII */