diff options
Diffstat (limited to 'post/lib_ppc/cmp.c')
| -rw-r--r-- | post/lib_ppc/cmp.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/post/lib_ppc/cmp.c b/post/lib_ppc/cmp.c index 789a24cb7..89f754a0b 100644 --- a/post/lib_ppc/cmp.c +++ b/post/lib_ppc/cmp.c @@ -36,8 +36,6 @@   * the result in and the expected result.   */ -#ifdef CONFIG_POST -  #include <post.h>  #include "cpu_asm.h" @@ -130,4 +128,3 @@ int cpu_post_test_cmp (void)  }  #endif -#endif |