aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/uart')
-rw-r--r--src/drivers/uart/pl011.c2
-rw-r--r--src/drivers/uart/util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/uart/pl011.c b/src/drivers/uart/pl011.c
index af085acbea..376e95c0c8 100644
--- a/src/drivers/uart/pl011.c
+++ b/src/drivers/uart/pl011.c
@@ -14,7 +14,7 @@
*/
#include <console/console.h>
-#include <uart.h>
+#include <console/uart.h>
static void pl011_uart_tx_byte(unsigned char data)
{
diff --git a/src/drivers/uart/util.c b/src/drivers/uart/util.c
index e09b686a9c..72bf50e72b 100644
--- a/src/drivers/uart/util.c
+++ b/src/drivers/uart/util.c
@@ -16,7 +16,7 @@
*/
#include <console/console.h>
-#include <uart.h>
+#include <console/uart.h>
#if CONFIG_USE_OPTION_TABLE
#include <option.h>
#include "option_table.h"