summaryrefslogtreecommitdiff
path: root/syna_tcm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'syna_tcm2.h')
-rw-r--r--syna_tcm2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/syna_tcm2.h b/syna_tcm2.h
index 703c65c..0edfb8b 100644
--- a/syna_tcm2.h
+++ b/syna_tcm2.h
@@ -57,6 +57,8 @@
#include <heatmap.h>
#endif
+#include <linux/pm_qos.h>
+
#define PLATFORM_DRIVER_NAME "synaptics_tcm"
#define TOUCH_INPUT_NAME "synaptics_tcm_touch"
@@ -464,6 +466,8 @@ struct syna_tcm {
u32 tbn_register_mask;
#endif
+ struct pm_qos_request pm_qos_req;
+
/* fifo to pass the data to userspace */
unsigned int fifo_remaining_frame;
struct list_head frame_fifo_queue;