diff options
Diffstat (limited to 'post/board/netta/dsp.c')
| -rw-r--r-- | post/board/netta/dsp.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/post/board/netta/dsp.c b/post/board/netta/dsp.c index 63531a2a4..dcef4e821 100644 --- a/post/board/netta/dsp.c +++ b/post/board/netta/dsp.c @@ -31,8 +31,6 @@   * in the board specific function.   */ -#ifdef CONFIG_POST -  #include <post.h>  #if CONFIG_POST & CFG_POST_DSP @@ -45,4 +43,3 @@ int dsp_post_test (int flags)  }  #endif /* CONFIG_POST & CFG_POST_DSP */ -#endif /* CONFIG_POST */ |