diff options
author | Gwendal Grignou <gwendal@chromium.org> | 2015-11-09 15:58:55 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2015-11-12 23:12:33 -0800 |
commit | 0922cc81ce22204264a2b96cec4bf2195939e516 (patch) | |
tree | 34bec3f39a0b8739a9b9d22aff20b6fcbb9a126b /include | |
parent | 4270931936434c47c902ec6bb2a7600fd76037b6 (diff) | |
download | chrome-ec-0922cc81ce22204264a2b96cec4bf2195939e516.tar.gz |
motion: cleanup include file
Use test_export_static for static variable/function that needs to by
used by tests/motion_lid.c
BRANCH=smaug
BUG=none
TEST=Compile, make buildall -j
Change-Id: I2f3eb72ce319622842885be9125b91e58f47133a
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/311754
Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/motion_sense.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/motion_sense.h b/include/motion_sense.h index 0c9632ca7e..26ba029c96 100644 --- a/include/motion_sense.h +++ b/include/motion_sense.h @@ -135,11 +135,6 @@ struct motion_sensor_t { extern struct motion_sensor_t motion_sensors[]; extern const unsigned motion_sensor_count; -/* For testing purposes: export the sampling interval. */ -extern enum chipset_state_mask sensor_active; -extern unsigned motion_interval; -int motion_sense_set_motion_intervals(void); - /* * Priority of the motion sense resume/suspend hooks, to be sure associated * hooks are scheduled properly. |