summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2018-06-06 11:34:25 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-06-07 16:52:32 -0700
commitc671b901b2f8f5eb22ac996d2ffcd1692d370690 (patch)
tree08f6aac5c69345cb9cfb1b5e3560ec580d3558ff /common/motion_sense.c
parent64ecbf4716d71f22657246c53540581431650ac9 (diff)
downloadchrome-ec-c671b901b2f8f5eb22ac996d2ffcd1692d370690.tar.gz
motion_sense: Remove unnecessary include
accel_kionix is not needed directly. BUG=none BRANCH=none TEST=compile Change-Id: I0b8bf9885afeaa605dc3fd6672befdc77a9ba8cd Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1089452 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Gwendal Grignou <gwendal@google.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'common/motion_sense.c')
-rw-r--r--common/motion_sense.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/motion_sense.c b/common/motion_sense.c
index 95123a506d..b7f943ed41 100644
--- a/common/motion_sense.c
+++ b/common/motion_sense.c
@@ -26,7 +26,6 @@
#include "timer.h"
#include "task.h"
#include "util.h"
-#include "accel_kionix.h"
/* Console output macros */
#define CPUTS(outstr) cputs(CC_MOTION_SENSE, outstr)