[coreboot-gerrit] New patch to review for coreboot: 1d0b7bf src/console/post.c: Sanitize headers from preprocessor abuse

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Jun 21 13:43:36 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6091

-gerrit

commit 1d0b7bfa9388c54411cc47586acf247dbc0d44f7
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sat Jun 21 21:42:25 2014 +1000

    src/console/post.c: Sanitize headers from preprocessor abuse
    
    NOTFORMERGE
    
    Change-Id: I524713b21684f6fa99355614a1ab38aee9975790
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/console/post.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/console/post.c b/src/console/post.c
index ef1a3a5..662f3a5 100644
--- a/src/console/post.c
+++ b/src/console/post.c
@@ -21,10 +21,8 @@
 
 #include <arch/io.h>
 #include <console/console.h>
-#if CONFIG_CMOS_POST
 #include <pc80/mc146818rtc.h>
 #include <smp/spinlock.h>
-#endif
 #if CONFIG_CMOS_POST_EXTRA
 #include <device/device.h>
 #endif



More information about the coreboot-gerrit mailing list