diff options
Diffstat (limited to 'post/lib_ppc/store.c')
-rw-r--r-- | post/lib_ppc/store.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post/lib_ppc/store.c b/post/lib_ppc/store.c index f495bf2..09ec485 100644 --- a/post/lib_ppc/store.c +++ b/post/lib_ppc/store.c @@ -41,8 +41,6 @@ * with update" instructions). */ -#ifdef CONFIG_POST - #include <post.h> #include "cpu_asm.h" @@ -232,4 +230,3 @@ int cpu_post_test_store (void) } #endif -#endif |