diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-11-11 13:17:38 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-11-14 10:56:09 +0100 |
commit | 77c7ecf73e513d19375d808aee5663e7bb597dd4 (patch) | |
tree | a94d40892d9857e48202c1d7e9d19ebb53b569ee /src | |
parent | b9597b06072fbf5c277793f9c5227f98d86e5c23 (diff) | |
download | coreboot-77c7ecf73e513d19375d808aee5663e7bb597dd4.tar.xz |
mainboard: Remove commented include lines for mc146818rtc.h
Change-Id: I4d830d988b74f2403ef8979cbafcaee3018fea62
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7423
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/x200/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/roda/rk9/mainboard.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x200/mainboard.c b/src/mainboard/lenovo/x200/mainboard.c index 0054064491..8bfd66b319 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 acf8023a18..4ae004b92e 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> |