summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAnton Staaf <robotboy@chromium.org>2015-08-24 10:19:52 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-08 10:38:20 -0700
commit7bdb69c464e8056b77f3727411d02f5b5fe970b8 (patch)
tree93d361ed8bbb220c477f82e4a107658c8b7f254a /core
parent4876ab900b469d7fc92e1cb079d86262f34b9e01 (diff)
downloadchrome-ec-7bdb69c464e8056b77f3727411d02f5b5fe970b8.tar.gz
UART: Remove unused uart.h header includes
Signed-off-by: Anton Staaf <robotboy@chromium.org> BRANCH=None BUG=None TEST=make buildall -j Change-Id: Ife068807f79f6435292643c49afa1a9a30ae7080 Reviewed-on: https://chromium-review.googlesource.com/296733 Commit-Ready: Anton Staaf <robotboy@chromium.org> Tested-by: Anton Staaf <robotboy@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/cortex-m/panic.c1
-rw-r--r--core/cortex-m/task.c1
-rw-r--r--core/cortex-m/watchdog.c1
-rw-r--r--core/cortex-m0/panic.c1
-rw-r--r--core/cortex-m0/task.c1
-rw-r--r--core/cortex-m0/watchdog.c1
-rw-r--r--core/nds32/panic.c1
-rw-r--r--core/nds32/task.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/core/cortex-m/panic.c b/core/cortex-m/panic.c
index 0d484bf1d0..092222433a 100644
--- a/core/cortex-m/panic.c
+++ b/core/cortex-m/panic.c
@@ -12,7 +12,6 @@
#include "system.h"
#include "task.h"
#include "timer.h"
-#include "uart.h"
#include "util.h"
#include "watchdog.h"
diff --git a/core/cortex-m/task.c b/core/cortex-m/task.c
index 9f275391d3..f7fbfded19 100644
--- a/core/cortex-m/task.c
+++ b/core/cortex-m/task.c
@@ -13,7 +13,6 @@
#include "panic.h"
#include "task.h"
#include "timer.h"
-#include "uart.h"
#include "util.h"
typedef union {
diff --git a/core/cortex-m/watchdog.c b/core/cortex-m/watchdog.c
index 229009330e..6a047e662b 100644
--- a/core/cortex-m/watchdog.c
+++ b/core/cortex-m/watchdog.c
@@ -9,7 +9,6 @@
#include "panic.h"
#include "task.h"
#include "timer.h"
-#include "uart.h"
#include "watchdog.h"
void __keep watchdog_trace(uint32_t excep_lr, uint32_t excep_sp)
diff --git a/core/cortex-m0/panic.c b/core/cortex-m0/panic.c
index cb347054ea..66b3a301b0 100644
--- a/core/cortex-m0/panic.c
+++ b/core/cortex-m0/panic.c
@@ -12,7 +12,6 @@
#include "system.h"
#include "task.h"
#include "timer.h"
-#include "uart.h"
#include "util.h"
#include "watchdog.h"
diff --git a/core/cortex-m0/task.c b/core/cortex-m0/task.c
index 0a229fcbde..501659a48c 100644
--- a/core/cortex-m0/task.c
+++ b/core/cortex-m0/task.c
@@ -13,7 +13,6 @@
#include "panic.h"
#include "task.h"
#include "timer.h"
-#include "uart.h"
#include "util.h"
typedef union {
diff --git a/core/cortex-m0/watchdog.c b/core/cortex-m0/watchdog.c
index 53172dd2a6..a4e34d51bf 100644
--- a/core/cortex-m0/watchdog.c
+++ b/core/cortex-m0/watchdog.c
@@ -9,7 +9,6 @@
#include "panic.h"
#include "task.h"
#include "timer.h"
-#include "uart.h"
#include "watchdog.h"
void watchdog_trace(uint32_t excep_lr, uint32_t excep_sp)
diff --git a/core/nds32/panic.c b/core/nds32/panic.c
index ebdffb32ea..79cd065321 100644
--- a/core/nds32/panic.c
+++ b/core/nds32/panic.c
@@ -11,7 +11,6 @@
#include "system.h"
#include "task.h"
#include "timer.h"
-#include "uart.h"
#include "util.h"
void report_panic(uint32_t *regs, uint32_t itype)
diff --git a/core/nds32/task.c b/core/nds32/task.c
index 97c1ac55fb..bb62f5a725 100644
--- a/core/nds32/task.c
+++ b/core/nds32/task.c
@@ -13,7 +13,6 @@
#include "link_defs.h"
#include "task.h"
#include "timer.h"
-#include "uart.h"
#include "util.h"
typedef union {