summaryrefslogtreecommitdiff
path: root/board/glados/board.c
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2015-07-09 10:09:30 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-07-16 09:27:59 +0000
commitd705a4d208826a3666e4c201a6379434bc8695e8 (patch)
tree2ccabaa3417548954b9d81bc04df5a82fa3463db /board/glados/board.c
parent5727da84de9d71fa67a46afd8a92b5aa3543af49 (diff)
downloadchrome-ec-d705a4d208826a3666e4c201a6379434bc8695e8.tar.gz
glados: remove unused sensor array
motion sense task is not included, we don't need to define the sensor array. BRANCH=none BUG=none TEST=compile Change-Id: I22d130e0c211aaa3ac3ada480a8a065bf34987e5 Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/284617 Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/glados/board.c')
-rw-r--r--board/glados/board.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/glados/board.c b/board/glados/board.c
index d28a0b3cfa..ae739d7e4b 100644
--- a/board/glados/board.c
+++ b/board/glados/board.c
@@ -17,7 +17,6 @@
#include "host_command.h"
#include "i2c.h"
#include "lid_switch.h"
-#include "motion_sense.h"
#include "pi3usb9281.h"
#include "power.h"
#include "power_button.h"
@@ -174,11 +173,6 @@ void board_reset_pd_mcu(void)
gpio_set_level(GPIO_PD_RST_L, 1);
}
-struct motion_sensor_t motion_sensors[] = {
-
-};
-const unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
-
const struct temp_sensor_t temp_sensors[] = {
{"Battery", TEMP_SENSOR_TYPE_BATTERY, charge_temp_sensor_get_val, 0, 4},
};