summaryrefslogtreecommitdiff
path: root/driver
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 /driver
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 'driver')
-rw-r--r--driver/ina2xx.c1
-rw-r--r--driver/led/lp5562.c1
-rw-r--r--driver/regulator_ir357x.c1
-rw-r--r--driver/usb_switch_tsu6721.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/driver/ina2xx.c b/driver/ina2xx.c
index c89e02a53b..34a928fb33 100644
--- a/driver/ina2xx.c
+++ b/driver/ina2xx.c
@@ -11,7 +11,6 @@
#include "system.h"
#include "timer.h"
#include "ina2xx.h"
-#include "uart.h"
#include "util.h"
/* Console output macros */
diff --git a/driver/led/lp5562.c b/driver/led/lp5562.c
index 880dd05d46..669057b728 100644
--- a/driver/led/lp5562.c
+++ b/driver/led/lp5562.c
@@ -9,7 +9,6 @@
#include "i2c.h"
#include "lp5562.h"
#include "timer.h"
-#include "uart.h"
#include "util.h"
/* 8-bit I2C address */
diff --git a/driver/regulator_ir357x.c b/driver/regulator_ir357x.c
index 0d337a072b..e87094534d 100644
--- a/driver/regulator_ir357x.c
+++ b/driver/regulator_ir357x.c
@@ -10,7 +10,6 @@
#include "hooks.h"
#include "i2c.h"
#include "timer.h"
-#include "uart.h"
#include "util.h"
/* Console output macros */
diff --git a/driver/usb_switch_tsu6721.c b/driver/usb_switch_tsu6721.c
index 2b8d42c248..ad6329284f 100644
--- a/driver/usb_switch_tsu6721.c
+++ b/driver/usb_switch_tsu6721.c
@@ -13,7 +13,6 @@
#include "system.h"
#include "timer.h"
#include "tsu6721.h"
-#include "uart.h"
#include "util.h"
/* Console output macros */