summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-17 11:36:29 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-03-04 15:18:27 +0100
commita172ea546992c3f6f6a99b4dbaabbdae4c959707 (patch)
treeb9e9b78c98fe6a9fa449dc44cd593e6e19f4c3a7 /src/lib
parent93fa422dea31f20bef6ceda43daa2e51a6d01ed5 (diff)
downloadcoreboot-staging-a172ea546992c3f6f6a99b4dbaabbdae4c959707.zip
coreboot-staging-a172ea546992c3f6f6a99b4dbaabbdae4c959707.tar.gz
uart: Do not guard entire include file by config options
Do not guard the file by CONFIG_CONSOLE_SERIAL8250 or CONFIG_CONSOLE_SERIAL8250MEM or CONFIG_CONSOLE_SERIAL. Don't do indirect includes for <uart8250.h>. The config-specific options are already properly guarded, and there is no need to guard the register and bit definitions. Change-Id: I7528b18cdc62bc5c22486f037e14002838a2176e Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4585 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/uart8250.c1
-rw-r--r--src/lib/uart8250mem.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/uart8250.c b/src/lib/uart8250.c
index aa18d2a..c9075a2 100644
--- a/src/lib/uart8250.c
+++ b/src/lib/uart8250.c
@@ -19,6 +19,7 @@
*/
#include <arch/io.h>
+#include <uart.h>
#include <uart8250.h>
#include <pc80/mc146818rtc.h>
#include <trace.h>
diff --git a/src/lib/uart8250mem.c b/src/lib/uart8250mem.c
index 1482142..040e732 100644
--- a/src/lib/uart8250mem.c
+++ b/src/lib/uart8250mem.c
@@ -19,6 +19,7 @@
*/
#include <arch/io.h>
+#include <uart.h>
#include <uart8250.h>
#include <pc80/mc146818rtc.h>
#if CONFIG_USE_OPTION_TABLE
OpenPOWER on IntegriCloud