Skip to content

Commit 81a7cba

Browse files
committed
Input: mt6779-keypad - add missing linux/input.h include
We are going to clean up matrix_keymap.h from unnecessary includes, so the driver needs to include API that it uses directly. Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20220923194738.927408-3-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent d25a9d8 commit 81a7cba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/keyboard/mt6779-keypad.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
#include <linux/bitops.h>
77
#include <linux/clk.h>
8+
#include <linux/input.h>
89
#include <linux/input/matrix_keypad.h>
910
#include <linux/interrupt.h>
1011
#include <linux/module.h>

0 commit comments

Comments
 (0)