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