License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / keypad-w90p910.h
blob206ca4ecd93f94b35a42fc0025687a0e0f66c27f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_ARCH_W90P910_KEYPAD_H
3 #define __ASM_ARCH_W90P910_KEYPAD_H
5 #include <linux/input/matrix_keypad.h>
7 extern void mfp_set_groupi(struct device *dev);
9 struct w90p910_keypad_platform_data {
10 const struct matrix_keymap_data *keymap_data;
12 unsigned int prescale;
13 unsigned int debounce;
16 #endif /* __ASM_ARCH_W90P910_KEYPAD_H */