X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=post%2Flib_ppc%2Fcomplex.c;h=271392a0e8c3314e84d5ada159251c99b7a7c921;hb=1d907e66fdd5d2f192a9f4fad6812ff0d0e9683a;hp=033584bec087ca530c3de80f88409bfdde4c5cb5;hpb=e50b791b3f8b696e32000bbaa6e2d1f098c4bc04;p=u-boot diff --git a/post/lib_ppc/complex.c b/post/lib_ppc/complex.c index 033584bec0..271392a0e8 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 #include "cpu_asm.h" @@ -123,4 +121,3 @@ int cpu_post_test_complex (void) } #endif -#endif