]> git.baikalelectronics.ru Git - kernel.git/commit
Input: mt6779-keypad - add missing linux/input.h include
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 23 Sep 2022 19:47:36 +0000 (12:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 26 Sep 2022 15:15:03 +0000 (08:15 -0700)
commitdbeae621a26c1f6c3f2f4d16b5eb97504e0aee76
tree3280ea07d006f81bf7937efa9a48dca664b3ac80
parent77ae113fb340038645be4eb15464c479389426e6
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>
drivers/input/keyboard/mt6779-keypad.c