summaryrefslogtreecommitdiff
path: root/common/lightbar.c
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 15:58:29 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-06 23:06:27 +0000
commitdeb429c0832cb11bfe372dc87716e92c75031f0d (patch)
tree9becf7f595b22b18e58b90c2e7410b163bbf9d04 /common/lightbar.c
parent2ed28ef2009b73ef9734f8b27c4e8d625f063376 (diff)
downloadchrome-ec-deb429c0832cb11bfe372dc87716e92c75031f0d.tar.gz
coil: remove motion_sense*
This code uses coil terms we're removing, but we don't use it in platform/cr50. Remove the code instead of replacing the terms. BUG=b:175244613 TEST=make buildall -j Change-Id: Ic2bd31ba28527d6b68016ceae89a93c80827cd27 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613445 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'common/lightbar.c')
-rw-r--r--common/lightbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/lightbar.c b/common/lightbar.c
index 2ce15354b2..f070398481 100644
--- a/common/lightbar.c
+++ b/common/lightbar.c
@@ -17,7 +17,6 @@
#include "lb_common.h"
#include "lightbar.h"
#include "lid_switch.h"
-#include "motion_sense.h"
#include "pwm.h"
#include "system.h"
#include "task.h"