summaryrefslogtreecommitdiff
path: root/board/woomax/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/woomax/board.c')
-rw-r--r--board/woomax/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/woomax/board.c b/board/woomax/board.c
index 26a3901540..1d884de7c5 100644
--- a/board/woomax/board.c
+++ b/board/woomax/board.c
@@ -45,8 +45,6 @@
#define CPRINTSUSB(format, args...) cprints(CC_USBCHARGE, format, ## args)
#define CPRINTFUSB(format, args...) cprintf(CC_USBCHARGE, format, ## args)
-#ifdef HAS_TASK_MOTIONSENSE
-
/* Motion sensors */
static struct mutex g_lid_mutex;
static struct mutex g_base_mutex;
@@ -146,8 +144,6 @@ struct motion_sensor_t motion_sensors[] = {
unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
-#endif /* HAS_TASK_MOTIONSENSE */
-
const struct power_signal_info power_signal_list[] = {
[X86_SLP_S3_N] = {
.gpio = GPIO_PCH_SLP_S3_L,