diff options
-rw-r--r-- | include/linux/mfd/stmpe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/stmpe.h b/include/linux/mfd/stmpe.h index 8516fd1eaabc..f8d5b4d5843f 100644 --- a/include/linux/mfd/stmpe.h +++ b/include/linux/mfd/stmpe.h | |||
@@ -117,7 +117,7 @@ struct matrix_keymap_data; | |||
117 | * @no_autorepeat: disable key autorepeat | 117 | * @no_autorepeat: disable key autorepeat |
118 | */ | 118 | */ |
119 | struct stmpe_keypad_platform_data { | 119 | struct stmpe_keypad_platform_data { |
120 | struct matrix_keymap_data *keymap_data; | 120 | const struct matrix_keymap_data *keymap_data; |
121 | unsigned int debounce_ms; | 121 | unsigned int debounce_ms; |
122 | unsigned int scan_count; | 122 | unsigned int scan_count; |
123 | bool no_autorepeat; | 123 | bool no_autorepeat; |