aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/keypad-w90p910.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-08-09 14:55:43 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-08-09 15:16:37 -0700
commit060157e1dbc133075a2e20786d6ff6d4b41909f9 (patch)
tree3b766d0d93ae03e242ed5a60bfd9616a316f2042 /include/linux/platform_data/keypad-w90p910.h
parentInput: synaptics - fix a typo (diff)
downloadlinux-dev-060157e1dbc133075a2e20786d6ff6d4b41909f9.tar.xz
linux-dev-060157e1dbc133075a2e20786d6ff6d4b41909f9.zip
Input: remove w90x900 keyboard driver
The ARM w90x900 platform is getting removed, so this driver is obsolete. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '')
-rw-r--r--include/linux/platform_data/keypad-w90p910.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/platform_data/keypad-w90p910.h b/include/linux/platform_data/keypad-w90p910.h
deleted file mode 100644
index 206ca4ecd93f..000000000000
--- a/include/linux/platform_data/keypad-w90p910.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ASM_ARCH_W90P910_KEYPAD_H
-#define __ASM_ARCH_W90P910_KEYPAD_H
-
-#include <linux/input/matrix_keypad.h>
-
-extern void mfp_set_groupi(struct device *dev);
-
-struct w90p910_keypad_platform_data {
- const struct matrix_keymap_data *keymap_data;
-
- unsigned int prescale;
- unsigned int debounce;
-};
-
-#endif /* __ASM_ARCH_W90P910_KEYPAD_H */