diff mbox series

[5/5] Input: ep93xx_keypad - add missing linux/input.h include

Message ID 20220923194738.927408-5-dmitry.torokhov@gmail.com
State Accepted
Commit da7a0123ed77dacf6c7bd2c4748bcd39d6bd1b82
Headers show
Series [1/5] Input: lm8333 - add missing linux/input.h include | expand

Commit Message

Dmitry Torokhov Sept. 23, 2022, 7:47 p.m. UTC
We are going to clean up matrix_keymap.h from unnecessary includes,
so the driver needs to include API that it uses directly.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 drivers/input/keyboard/ep93xx_keypad.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/input/keyboard/ep93xx_keypad.c b/drivers/input/keyboard/ep93xx_keypad.c
index 7a3b0664ab4f..f5bf7524722a 100644
--- a/drivers/input/keyboard/ep93xx_keypad.c
+++ b/drivers/input/keyboard/ep93xx_keypad.c
@@ -23,6 +23,7 @@ 
 #include <linux/interrupt.h>
 #include <linux/clk.h>
 #include <linux/io.h>
+#include <linux/input.h>
 #include <linux/input/matrix_keypad.h>
 #include <linux/slab.h>
 #include <linux/soc/cirrus/ep93xx.h>