diff options
Diffstat (limited to 'post/lib_ppc/multi.c')
-rw-r--r-- | post/lib_ppc/multi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post/lib_ppc/multi.c b/post/lib_ppc/multi.c index 872438478..5d3f58428 100644 --- a/post/lib_ppc/multi.c +++ b/post/lib_ppc/multi.c @@ -33,8 +33,6 @@ * of the source and target buffers are then compared. */ -#ifdef CONFIG_POST - #include <post.h> #include "cpu_asm.h" @@ -78,4 +76,3 @@ int cpu_post_test_multi (void) } #endif -#endif |