summaryrefslogtreecommitdiff
path: root/board/ezkinil
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2021-01-28 14:17:45 -0800
committerCommit Bot <commit-bot@chromium.org>2021-02-22 23:23:46 +0000
commite0b50372154ff2f0cdc094548e563de330d13018 (patch)
treeefe0c6d34e31616c7f354eba6d2d34721559aca1 /board/ezkinil
parent57e2fc8d1199db376736426cd3bce26c090fc2f5 (diff)
downloadchrome-ec-e0b50372154ff2f0cdc094548e563de330d13018.tar.gz
board: Remove HAS_TASK_MOTIONSENSE when always defined
ifdef HAS_TASK_MOTIONSENSE is only necessary for board that may not have sensor. Only oak board may be compiled without the sensor stack. BUG=none BRANCH=none TEST=compile. Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Change-Id: I7d8e4ff1a647e73251b91a185780025bfae78187 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2693915 Reviewed-by: Alexandru M Stan <amstan@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/ezkinil')
-rw-r--r--board/ezkinil/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/ezkinil/board.c b/board/ezkinil/board.c
index 9d7a0a9a58..b27e8cf248 100644
--- a/board/ezkinil/board.c
+++ b/board/ezkinil/board.c
@@ -43,8 +43,6 @@
static int board_ver;
-#ifdef HAS_TASK_MOTIONSENSE
-
/* Motion sensors */
static struct mutex g_lid_mutex;
static struct mutex g_base_mutex;
@@ -194,8 +192,6 @@ struct motion_sensor_t icm426xx_base_gyro = {
.max_frequency = ICM426XX_GYRO_MAX_FREQ,
};
-#endif /* HAS_TASK_MOTIONSENSE */
-
const struct power_signal_info power_signal_list[] = {
[X86_SLP_S3_N] = {
.gpio = GPIO_PCH_SLP_S3_L,