diff options
Diffstat (limited to 'post/lib_ppc/cmpi.c')
| -rw-r--r-- | post/lib_ppc/cmpi.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/post/lib_ppc/cmpi.c b/post/lib_ppc/cmpi.c index e0c2aaff8..0afdd7115 100644 --- a/post/lib_ppc/cmpi.c +++ b/post/lib_ppc/cmpi.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_cmpi (void)  }  #endif -#endif |