summaryrefslogtreecommitdiff
path: root/goodix_ts_core.h
diff options
context:
space:
mode:
authorSuper Liu <supercjliu@google.com>2022-09-15 05:41:21 +0000
committerSuper Liu <supercjliu@google.com>2022-09-15 05:45:34 +0000
commit47770818b88de6c526a259e00d7a3bafb26f18f9 (patch)
tree4828f2406a45fa3c3240133ba532cbd1116d8f1a /goodix_ts_core.h
parentdfb1c6a783f415fc2bc6efe5e39bdb7b6921fcc2 (diff)
downloadgoodix_touch-47770818b88de6c526a259e00d7a3bafb26f18f9.tar.gz
touch/goodix: Migrate pm qos into GTI.
Bug: 201610482 Signed-off-by: Super Liu <supercjliu@google.com> Change-Id: Icedc06418c52c994b263bb51d06504637c257453
Diffstat (limited to 'goodix_ts_core.h')
-rw-r--r--goodix_ts_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/goodix_ts_core.h b/goodix_ts_core.h
index 2ed9f37..4a4173a 100644
--- a/goodix_ts_core.h
+++ b/goodix_ts_core.h
@@ -31,7 +31,6 @@
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
-#include <linux/pm_qos.h>
#if IS_ENABLED(CONFIG_OF)
#include <linux/of_gpio.h>
#include <linux/regulator/consumer.h>
@@ -668,7 +667,6 @@ struct goodix_ic_config {
struct goodix_ts_core {
int init_stage;
struct platform_device *pdev;
- struct pm_qos_request pm_qos_req;
struct goodix_fw_version fw_version;
struct goodix_ic_info ic_info;
struct goodix_bus_interface *bus;