From b8e8849b7187e5b34dadb78386a0797ce422c6dd Mon Sep 17 00:00:00 2001 From: Wendly Li Date: Fri, 24 Jun 2022 05:50:17 +0000 Subject: 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 --- goodix_ts_core.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'goodix_ts_core.h') 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 #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 -- cgit v1.2.3