Skip to content

Commit 1ec46bf

Browse files
Yang Lidtor
authored andcommitted
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 <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10823 Signed-off-by: Yang Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent c6dcd36 commit 1ec46bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/keyboard/matrix_keypad.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <linux/jiffies.h>
1818
#include <linux/module.h>
1919
#include <linux/gpio.h>
20-
#include <linux/gpio/consumer.h>
2120
#include <linux/input/matrix_keypad.h>
2221
#include <linux/slab.h>
2322
#include <linux/of.h>

0 commit comments

Comments
 (0)