build/patch/kernel/archive/sunxi-5.15/patches.megous/input-cyttsp4-Remove-unused-enable_vkeys.patch

28 lines
786 B
Diff
Raw Normal View History

From 8433bd67b38e5b39b2162b117a063eb0423b5a56 Mon Sep 17 00:00:00 2001
From: Ondrej Jirman <megous@megous.com>
Date: Sat, 28 Sep 2019 15:06:16 +0200
Subject: [PATCH 170/478] 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.35.3