diff options
Diffstat (limited to 'post/lib_ppc/complex.c')
| -rw-r--r-- | post/lib_ppc/complex.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/post/lib_ppc/complex.c b/post/lib_ppc/complex.c index 033584bec..271392a0e 100644 --- a/post/lib_ppc/complex.c +++ b/post/lib_ppc/complex.c @@ -31,8 +31,6 @@   * calculations, but probably under different timing conditions, etc.   */ -#ifdef CONFIG_POST -  #include <post.h>  #include "cpu_asm.h" @@ -123,4 +121,3 @@ int cpu_post_test_complex (void)  }  #endif -#endif |