diff options
Diffstat (limited to 'post/lib_ppc/three.c')
-rw-r--r-- | post/lib_ppc/three.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post/lib_ppc/three.c b/post/lib_ppc/three.c index c2d7476047f..a7f1a866fdc 100644 --- a/post/lib_ppc/three.c +++ b/post/lib_ppc/three.c @@ -35,8 +35,6 @@ * different sets of operand registers and result registers. */ -#ifdef CONFIG_POST - #include <post.h> #include "cpu_asm.h" @@ -256,4 +254,3 @@ int cpu_post_test_three (void) } #endif -#endif |