]> git.baikalelectronics.ru Git - kernel.git/commit
Input: lm8333 - add missing linux/input.h include
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 23 Sep 2022 19:47:34 +0000 (12:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 26 Sep 2022 15:13:24 +0000 (08:13 -0700)
commit5e4788427db4775c7d6c5db050f11bcc3ffd52c3
tree16035d1fed0573edfb78d027e139ebfb28b692c1
parente496400021747f5b5aa162e88dfe8dd92f860e47
Input: lm8333 - 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.

Also let's sort includes alphabetically and drop unneeded irq.h

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220923194738.927408-1-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/lm8333.c