diff options
Diffstat (limited to 'post/lib_ppc/rlwinm.c')
| -rw-r--r-- | post/lib_ppc/rlwinm.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/post/lib_ppc/rlwinm.c b/post/lib_ppc/rlwinm.c index e240c41b1..113e79d00 100644 --- a/post/lib_ppc/rlwinm.c +++ b/post/lib_ppc/rlwinm.c @@ -32,8 +32,6 @@   * different sets of operand registers and result registers.   */ -#ifdef CONFIG_POST -  #include <post.h>  #include "cpu_asm.h" @@ -152,4 +150,3 @@ int cpu_post_test_rlwinm (void)  }  #endif -#endif |