diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-12-29 18:27:56 -0500 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-02-15 22:56:18 +0100 |
commit | ffa839d3106e316cfe0c75539efbc8009c5cf2fe (patch) | |
tree | 0eb787d29d7c801e62e3f534d9cd3c2937c64593 /src | |
parent | 0f333071ef9151b89de3fcf6dc5c14dba596941a (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')
-rw-r--r-- | src/console/uart8250_console.c | 1 | ||||
-rw-r--r-- | src/console/uart8250mem_console.c | 1 |
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; |