From ffa839d3106e316cfe0c75539efbc8009c5cf2fe Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Sun, 29 Dec 2013 18:27:56 -0500 Subject: console/uart8250*: Remove inclusion of mc146818rtc.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/4586 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/console/uart8250_console.c | 1 - src/console/uart8250mem_console.c | 1 - 2 files changed, 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 #include -#include 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 #include -#include static u32 uart_bar = 0; -- cgit v1.2.3