diff options
Diffstat (limited to 'arch/arm/mach-w90x900')
-rw-r--r-- | arch/arm/mach-w90x900/include/mach/w90p910_keypad.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-w90x900/include/mach/w90p910_keypad.h b/arch/arm/mach-w90x900/include/mach/w90p910_keypad.h index 79462faaa189..556778e8ddaa 100644 --- a/arch/arm/mach-w90x900/include/mach/w90p910_keypad.h +++ b/arch/arm/mach-w90x900/include/mach/w90p910_keypad.h | |||
@@ -6,13 +6,10 @@ | |||
6 | extern void mfp_set_groupi(struct device *dev); | 6 | extern void mfp_set_groupi(struct device *dev); |
7 | 7 | ||
8 | struct w90p910_keypad_platform_data { | 8 | struct w90p910_keypad_platform_data { |
9 | const struct matrix_keymap_data *keymap_data; | ||
9 | 10 | ||
10 | unsigned int prescale; | 11 | unsigned int prescale; |
11 | unsigned int debounce; | 12 | unsigned int debounce; |
12 | unsigned int matrix_key_rows; | ||
13 | unsigned int matrix_key_cols; | ||
14 | unsigned int *matrix_key_map; | ||
15 | int matrix_key_map_size; | ||
16 | }; | 13 | }; |
17 | 14 | ||
18 | #endif /* __ASM_ARCH_W90P910_KEYPAD_H */ | 15 | #endif /* __ASM_ARCH_W90P910_KEYPAD_H */ |