summaryrefslogtreecommitdiff
path: root/common/timer.c
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 /common/timer.c
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 'common/timer.c')
-rw-r--r--common/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/timer.c b/common/timer.c
index 4fa2e6b93b..f6c69ac5d2 100644
--- a/common/timer.c
+++ b/common/timer.c
@@ -10,7 +10,6 @@
#include "hooks.h"
#include "hwtimer.h"
#include "system.h"
-#include "uart.h"
#include "util.h"
#include "task.h"
#include "timer.h"