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