diff options
Diffstat (limited to 'post/lib_ppc/fpu/compare-fp-1.c')
| -rw-r--r-- | post/lib_ppc/fpu/compare-fp-1.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/post/lib_ppc/fpu/compare-fp-1.c b/post/lib_ppc/fpu/compare-fp-1.c index d866ad5a3..be8f6208a 100644 --- a/post/lib_ppc/fpu/compare-fp-1.c +++ b/post/lib_ppc/fpu/compare-fp-1.c @@ -28,8 +28,6 @@  #include <common.h> -#ifdef CONFIG_POST -  #include <post.h>  #if CONFIG_POST & CFG_POST_FPU @@ -222,4 +220,3 @@ int fpu_post_test_math6 (void)  }  #endif /* CONFIG_POST & CFG_POST_FPU */ -#endif /* CONFIG_POST */ |