src/console/post.c: Sanitize headers from preprocessor abuse

Continuing on from the rational given in:

a173a62 Remove guarding #includes by CONFIG_FOO combinations

Change-Id: I524713b21684f6fa99355614a1ab38aee9975790
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6091
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <gaumless@gmail.com>
This commit is contained in:
Edward O'Callaghan 2014-06-21 21:42:25 +10:00
parent 5e19650686
commit 0ae068efdb
1 changed files with 2 additions and 6 deletions

View File

@ -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 */