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 789a24c..89f754a 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 |