28 lines
786 B
Diff
28 lines
786 B
Diff
|
From 97fd4fdc2db35a9994eb94c17b6ab8057874c2b0 Mon Sep 17 00:00:00 2001
|
||
|
From: Ondrej Jirman <megous@megous.com>
|
||
|
Date: Sat, 28 Sep 2019 15:06:16 +0200
|
||
|
Subject: [PATCH 073/351] input: cyttsp4: Remove unused enable_vkeys
|
||
|
|
||
|
It doesn't seem to be used anywhere.
|
||
|
|
||
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
||
|
---
|
||
|
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.0
|
||
|
|