summaryrefslogtreecommitdiff
path: root/goodix_ts_core.h
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-06-24 05:50:17 +0000
committerWendly Li <wendlyli@google.com>2022-07-04 06:30:42 +0000
commitb8e8849b7187e5b34dadb78386a0797ce422c6dd (patch)
tree61748864b23af460a7d5fcf24a500cfb04b51c7c /goodix_ts_core.h
parent0fd1a952fe2109de81a6268b94ab1ec2f879fc8c (diff)
downloadgoodix_touch-b8e8849b7187e5b34dadb78386a0797ce422c6dd.tar.gz
touch/goodix: Enable gti pm and tbn
Bug: 214118944 Test: Be able to wake up device by gestures. Change-Id: I90f6b6ead33a2c26e1631a7c5df525121fc28255 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_ts_core.h')
-rw-r--r--goodix_ts_core.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/goodix_ts_core.h b/goodix_ts_core.h
index 4c536c1..74d1ec0 100644
--- a/goodix_ts_core.h
+++ b/goodix_ts_core.h
@@ -41,9 +41,6 @@
#include <linux/notifier.h>
#endif
#include "touch_apis.h"
-#if IS_ENABLED(CONFIG_TOUCHSCREEN_PM)
-#include "touch_pm.h"
-#endif
#if IS_ENABLED(CONFIG_TOUCHSCREEN_MOTION_FILTER)
#include "touch_mf_mode.h"
#endif
@@ -669,9 +666,6 @@ struct goodix_ts_core {
#if IS_ENABLED(CONFIG_FB)
struct notifier_block fb_notifier;
#endif
-#if IS_ENABLED(CONFIG_TOUCHSCREEN_PM)
- struct touch_pm tpm;
-#endif
#if IS_ENABLED(CONFIG_TOUCHSCREEN_MOTION_FILTER)
struct touch_mf tmf;
#endif