summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2019-08-07 13:56:59 +0800
committerCommit Bot <commit-bot@chromium.org>2019-08-07 11:14:36 +0000
commit05cde6d4f7951306f7aa6add9d0852d2891aa74b (patch)
tree7571810e867008eafa56cc6bd9d28f557d3537e5
parente86ed27fb948c853db31fa5dbcecbecb01c758d6 (diff)
downloadchrome-ec-05cde6d4f7951306f7aa6add9d0852d2891aa74b.tar.gz
touchpad_elan: Add missing tablet_mode.h include
BRANCH=none BUG=b:138968914 TEST=make buildall -j Change-Id: Ia753d1a089a326eb15a28528f0ff0cfa320b4e1d Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1741588 Reviewed-by: Yilun Lin <yllin@chromium.org>
-rw-r--r--driver/touchpad_elan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/touchpad_elan.c b/driver/touchpad_elan.c
index a056f2ddff..ace80c3b70 100644
--- a/driver/touchpad_elan.c
+++ b/driver/touchpad_elan.c
@@ -12,6 +12,7 @@
#include "sha256.h"
#include "shared_mem.h"
#include "task.h"
+#include "tablet_mode.h"
#include "timer.h"
#include "touchpad.h"
#include "update_fw.h"