aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2022-09-23 12:47:38 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-09-26 08:15:17 -0700
commitda7a0123ed77dacf6c7bd2c4748bcd39d6bd1b82 (patch)
tree78cec44a6826495e7c66d4fa073ae85c5f16b54a /drivers/input
parentInput: imx_keypad - add missing linux/input.h include (diff)
downloadlinux-dev-da7a0123ed77dacf6c7bd2c4748bcd39d6bd1b82.tar.xz
linux-dev-da7a0123ed77dacf6c7bd2c4748bcd39d6bd1b82.zip
Input: ep93xx_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 <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20220923194738.927408-5-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard/ep93xx_keypad.c1
1 files changed, 1 insertions, 0 deletions
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>