diff options
Diffstat (limited to 'post/cpu/mpc8xx/uart.c')
| -rw-r--r-- | post/cpu/mpc8xx/uart.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/post/cpu/mpc8xx/uart.c b/post/cpu/mpc8xx/uart.c index fd97e3899..635debe8d 100644 --- a/post/cpu/mpc8xx/uart.c +++ b/post/cpu/mpc8xx/uart.c @@ -36,8 +36,6 @@   *   TEST_NUM - number of tests   */ -#ifdef CONFIG_POST -  #include <post.h>  #if CONFIG_POST & CFG_POST_UART  #if defined(CONFIG_8xx) @@ -556,5 +554,3 @@ int uart_post_test (int flags)  }  #endif /* CONFIG_POST & CFG_POST_UART */ - -#endif /* CONFIG_POST */ |