28 lines
793 B
Diff
28 lines
793 B
Diff
From 1d278c9c0e6d131997f77f13a834dcafda629245 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Sat, 28 Sep 2019 15:06:16 +0200
|
|
Subject: [PATCH 064/464] input: cyttsp4: Remove unused enable_vkeys
|
|
|
|
It doesn't seem to be used anywhere.
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
include/linux/platform_data/cyttsp4.h | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/include/linux/platform_data/cyttsp4.h b/include/linux/platform_data/cyttsp4.h
|
|
index 1f945aa2466e..362fa181ac04 100644
|
|
--- a/include/linux/platform_data/cyttsp4.h
|
|
+++ b/include/linux/platform_data/cyttsp4.h
|
|
@@ -24,7 +24,6 @@
|
|
struct touch_framework {
|
|
const uint16_t *abs;
|
|
uint8_t size;
|
|
- uint8_t enable_vkeys;
|
|
} __packed;
|
|
|
|
struct cyttsp4_virtual_key {
|
|
--
|
|
2.34.1
|
|
|