diff options
Diffstat (limited to 'post/cpu/ppc4xx/spr.c')
| -rw-r--r-- | post/cpu/ppc4xx/spr.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/post/cpu/ppc4xx/spr.c b/post/cpu/ppc4xx/spr.c index 37c95598f..6152eb21a 100644 --- a/post/cpu/ppc4xx/spr.c +++ b/post/cpu/ppc4xx/spr.c @@ -35,8 +35,6 @@   * corresponding table value.   */ -#ifdef CONFIG_POST -  #include <post.h>  #if CONFIG_POST & CFG_POST_SPR @@ -199,4 +197,3 @@ int spr_post_test (int flags)  }  #endif /* CONFIG_POST & CFG_POST_SPR */ -#endif /* CONFIG_POST */ |