diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/console/post.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/console/post.c b/src/console/post.c index ef1a3a5a1d..4f2a87c93e 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -20,15 +20,11 @@ */ #include <arch/io.h> +#include <elog.h> #include <console/console.h> -#if CONFIG_CMOS_POST +#include <device/device.h> #include <pc80/mc146818rtc.h> #include <smp/spinlock.h> -#endif -#if CONFIG_CMOS_POST_EXTRA -#include <device/device.h> -#endif -#include <elog.h> /* Write POST information */ |