Merge commit 'u-boot/master' into for-1.3.1
[platform/kernel/u-boot.git] / common / cmd_mii.c
index 3b4dc8a..f530a38 100644 (file)
@@ -27,8 +27,6 @@
 
 #include <common.h>
 #include <command.h>
-
-#if defined(CONFIG_CMD_MII)
 #include <miiphy.h>
 
 #ifdef CONFIG_TERSE_MII
@@ -598,5 +596,3 @@ U_BOOT_CMD(
 );
 
 #endif /* CONFIG_TERSE_MII */
-
-#endif