aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2013-12-29 18:27:56 -0500
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-02-15 22:56:18 +0100
commitffa839d3106e316cfe0c75539efbc8009c5cf2fe (patch)
tree0eb787d29d7c801e62e3f534d9cd3c2937c64593 /src/console
parent0f333071ef9151b89de3fcf6dc5c14dba596941a (diff)
console/uart8250*: Remove inclusion of mc146818rtc.h
The RTC functionality provided by the include is specific to x86, but is not used in these files. Change-Id: I82d0dfdb6e8b67bc81291a7a5d63ced91e095772 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/4586 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/uart8250_console.c1
-rw-r--r--src/console/uart8250mem_console.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/console/uart8250_console.c b/src/console/uart8250_console.c
index 330ed684f7..196412c628 100644
--- a/src/console/uart8250_console.c
+++ b/src/console/uart8250_console.c
@@ -19,7 +19,6 @@
#include <console/console.h>
#include <uart8250.h>
-#include <pc80/mc146818rtc.h>
static void ttyS0_init(void)
{
diff --git a/src/console/uart8250mem_console.c b/src/console/uart8250mem_console.c
index ed77237e41..3833e47a7b 100644
--- a/src/console/uart8250mem_console.c
+++ b/src/console/uart8250mem_console.c
@@ -19,7 +19,6 @@
#include <console/console.h>
#include <uart8250.h>
-#include <pc80/mc146818rtc.h>
static u32 uart_bar = 0;