From: Dmitry Torokhov Date: Fri, 23 Sep 2022 19:47:36 +0000 (-0700) Subject: Input: mt6779-keypad - add missing linux/input.h include X-Git-Tag: v6.6.17~3754^2~42^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81a7cba79d0015fd50eb99ea6f682efce6005d05;p=platform%2Fkernel%2Flinux-rpi.git 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 Link: https://lore.kernel.org/r/20220923194738.927408-3-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/mt6779-keypad.c b/drivers/input/keyboard/mt6779-keypad.c index a05e70a..19f69d1 100644 --- a/drivers/input/keyboard/mt6779-keypad.c +++ b/drivers/input/keyboard/mt6779-keypad.c @@ -5,6 +5,7 @@ */ #include #include +#include #include #include #include