POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / board / netta / codec.c
index e8817520fc6c9a6395cdc1af77b4e008fb5abc75..115e331fdbf2b4d08d5fafdd7ea1f667eebea2fb 100644 (file)
@@ -31,8 +31,6 @@
  * in the board specific function.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 
 #if CONFIG_POST & CFG_POST_CODEC
@@ -45,4 +43,3 @@ int codec_post_test (int flags)
 }
 
 #endif /* CONFIG_POST & CFG_POST_CODEC */
-#endif /* CONFIG_POST */