From: Yang Li Date: Tue, 10 Sep 2024 01:01:33 +0000 (+0800) Subject: Input: matrix_keypad - remove duplicated include X-Git-Tag: v6.13-rc1~95^2^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ec46bf0e48a46e181f5c8efb4732127e2fddeee;p=thirdparty%2Fkernel%2Flinux.git Input: matrix_keypad - remove duplicated include The header files consumer.h is included twice in matrix_keypad.c, so one inclusion of each can be removed. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10823 Signed-off-by: Yang Li Link: https://lore.kernel.org/r/20240910010133.44579-1-yang.lee@linux.alibaba.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/matrix_keypad.c b/drivers/input/keyboard/matrix_keypad.c index a6bccb28d0794..2a3b3bfc2878b 100644 --- a/drivers/input/keyboard/matrix_keypad.c +++ b/drivers/input/keyboard/matrix_keypad.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include