summaryrefslogtreecommitdiff
path: root/board/dirinboz
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/dirinboz
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/dirinboz')
-rw-r--r--board/dirinboz/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/dirinboz/board.c b/board/dirinboz/board.c
index 50f010f3cf..135b84af90 100644
--- a/board/dirinboz/board.c
+++ b/board/dirinboz/board.c
@@ -44,8 +44,6 @@ int I2C_PORT_BATTERY = I2C_PORT_BATTERY_V1;
#include "gpio_list.h"
-#ifdef HAS_TASK_MOTIONSENSE
-
/* Motion sensors */
static struct mutex g_lid_mutex;
static struct mutex g_base_mutex;
@@ -145,8 +143,6 @@ struct motion_sensor_t motion_sensors[] = {
unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
-#endif /* HAS_TASK_MOTIONSENSE */
-
/*****************************************************************************
* Retimers
*/