POST: preparations for moving CONFIG_POST to Makefiles
[oweals/u-boot.git] / post / lib_ppc / srawi.c
index 91c82c915f7a401d2c08f96869a60ebce0c5d23f..8c70007c548ee93925f44980da23d04d5bf8ced7 100644 (file)
@@ -32,8 +32,6 @@
  * different sets of operand registers and result registers.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #include "cpu_asm.h"
 
@@ -153,4 +151,3 @@ int cpu_post_test_srawi (void)
 }
 
 #endif
-#endif