diff options
Diffstat (limited to 'post/tests.c')
| -rw-r--r-- | post/tests.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/post/tests.c b/post/tests.c index 53d01e355..36473e311 100644 --- a/post/tests.c +++ b/post/tests.c @@ -27,8 +27,6 @@  #include <common.h> -#ifdef CONFIG_POST -  #include <post.h>  extern int cache_post_test (int flags); @@ -278,5 +276,3 @@ struct post_test post_list[] =  };  unsigned int post_list_size = sizeof (post_list) / sizeof (struct post_test); - -#endif /* CONFIG_POST */ |