[coreboot-gerrit] New patch to review for coreboot: ab646d9 mainboard: strip useless include

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Nov 11 04:55:04 CET 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/7423

-gerrit

commit ab646d915dec513b1194bccaae8b88c9b70e151a
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Nov 11 13:17:38 2014 +1100

    mainboard: strip useless include
    
    Change-Id: I4d830d988b74f2403ef8979cbafcaee3018fea62
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/lenovo/x200/mainboard.c | 1 -
 src/mainboard/roda/rk9/mainboard.c    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/mainboard/lenovo/x200/mainboard.c b/src/mainboard/lenovo/x200/mainboard.c
index 0054064..8bfd66b 100644
--- a/src/mainboard/lenovo/x200/mainboard.c
+++ b/src/mainboard/lenovo/x200/mainboard.c
@@ -20,7 +20,6 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <arch/io.h>
-//#include <pc80/mc146818rtc.h>
 #include <device/device.h>
 #include <console/console.h>
 #include <drivers/intel/gma/int15.h>
diff --git a/src/mainboard/roda/rk9/mainboard.c b/src/mainboard/roda/rk9/mainboard.c
index acf8023..4ae004b 100644
--- a/src/mainboard/roda/rk9/mainboard.c
+++ b/src/mainboard/roda/rk9/mainboard.c
@@ -20,7 +20,6 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <arch/io.h>
-//#include <pc80/mc146818rtc.h>
 #include <device/device.h>
 #include <console/console.h>
 #include <drivers/intel/gma/int15.h>



More information about the coreboot-gerrit mailing list