]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ep93xx_keypad - add missing linux/input.h include
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 23 Sep 2022 19:47:38 +0000 (12:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 26 Sep 2022 15:15:17 +0000 (08:15 -0700)
commitc09bd01b1c57a061b1402764a727e4e6255a87cf
tree78cec44a6826495e7c66d4fa073ae85c5f16b54a
parenta281c0a36d37b1ded4cdc1c4255efc467dd87be7
Input: ep93xx_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-5-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/ep93xx_keypad.c