aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/input
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2019-02-06 21:53:48 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-02-06 22:17:42 -0800
commit626feb863274da93e44d644a9fd4a59b46851794 (patch)
tree3bc373be25ebba7c29b1d10f83fcebfe884ee01d /include/linux/input
parentInput: ili210x - add DT binding document (diff)
downloadwireguard-linux-626feb863274da93e44d644a9fd4a59b46851794.tar.xz
wireguard-linux-626feb863274da93e44d644a9fd4a59b46851794.zip
Input: ili210x - drop platform data support
There is not a single user of the ili210x platform data in the kernel, just drop it. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/ili210x.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/input/ili210x.h b/include/linux/input/ili210x.h
deleted file mode 100644
index b76e7c1404cd..000000000000
--- a/include/linux/input/ili210x.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ILI210X_H
-#define _ILI210X_H
-
-struct ili210x_platform_data {
- unsigned long irq_flags;
- unsigned int poll_period;
- bool (*get_pendown_state)(void);
-};
-
-#endif