diff options
Diffstat (limited to 'post/board/lwmon5/dsp.c')
| -rw-r--r-- | post/board/lwmon5/dsp.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/post/board/lwmon5/dsp.c b/post/board/lwmon5/dsp.c index 7b53af992..a96ac7d68 100644 --- a/post/board/lwmon5/dsp.c +++ b/post/board/lwmon5/dsp.c @@ -24,11 +24,8 @@  #include <common.h> -#ifdef CONFIG_POST -  #include <post.h> -  #if CONFIG_POST & CFG_POST_DSP  #include <asm/io.h> @@ -54,5 +51,3 @@ int dsp_post_test(int flags)  }  #endif /* CONFIG_POST & CFG_POST_DSP */ -#endif /* CONFIG_POST */ - |