POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / cpu / ppc4xx / ether.c
index 4ac7491343f6332577c947b9fd19793c512b5d5e..ccbfcf91aea7e691838d18578840c5e447d6d50a 100644 (file)
@@ -37,8 +37,6 @@
  *   TEST_NUM - number of tests
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 
 #if CONFIG_POST & CFG_POST_ETHER
@@ -430,4 +428,3 @@ out_free:
 }
 
 #endif /* CONFIG_POST & CFG_POST_ETHER */
-#endif /* CONFIG_POST */