diff options
Diffstat (limited to 'post/drivers/memory.c')
| -rw-r--r-- | post/drivers/memory.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/post/drivers/memory.c b/post/drivers/memory.c index fb969856b..e94d92c08 100644 --- a/post/drivers/memory.c +++ b/post/drivers/memory.c @@ -150,8 +150,6 @@   * the whole RAM.   */ -#ifdef CONFIG_POST -  #include <post.h>  #include <watchdog.h> @@ -483,4 +481,3 @@ int memory_post_test (int flags)  }  #endif /* CONFIG_POST & CFG_POST_MEMORY */ -#endif /* CONFIG_POST */ |