aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/platform_data/mcs.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2024-07-13 23:00:27 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2024-07-15 18:12:23 -0700
commite8858fc07eb8386b9b6436d3e86eeb4b81e4f660 (patch)
treef62550ea18dc4c077187859bbbb7d17d7ba46dc5 /include/linux/platform_data/mcs.h
parentInput: usbtouchscreen - switch to using __free() cleanup facility (diff)
downloadwireguard-linux-e8858fc07eb8386b9b6436d3e86eeb4b81e4f660.tar.xz
wireguard-linux-e8858fc07eb8386b9b6436d3e86eeb4b81e4f660.zip
Input: msc5000_ts - remove the driver
MCS-5000 belongs to the 1st generation of Melfas chips, manufactured in 2000-2007. The driver relies on custom platform data (no DT support) and there never were any users of this driver in the mainline kernel. The commit adding the driver mentioned that the driver was tested on S3C6410 NCP board (with Samsung S3C6410 SoC) but the touchscreen device was never added to the board file. This board was removed in v6.3 in commit 743c8fbb90ca ("ARM: s3c: remove most s3c64xx board support"). Remove the driver since there are no users. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240714060029.1528662-1-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/platform_data/mcs.h')
-rw-r--r--include/linux/platform_data/mcs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/platform_data/mcs.h b/include/linux/platform_data/mcs.h
index fcc6f2a1f5c3..f3b0749f1630 100644
--- a/include/linux/platform_data/mcs.h
+++ b/include/linux/platform_data/mcs.h
@@ -16,10 +16,6 @@ struct mcs_platform_data {
void (*poweron)(bool);
void (*cfg_pin)(void);
- /* touchscreen */
- unsigned int x_size;
- unsigned int y_size;
-
/* touchkey */
const u32 *keymap;
unsigned int keymap_size;