aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2022-09-23 12:47:37 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-09-26 08:15:10 -0700
commit4e9cded6192800a7aed8df7290896e0956b54782 (patch)
tree3e7056dff933246f11f5bbb3cfec12f085444725 /drivers/input
parentInput: mt6779-keypad - add missing linux/input.h include (diff)
downloadwireguard-linux-4e9cded6192800a7aed8df7290896e0956b54782.tar.xz
wireguard-linux-4e9cded6192800a7aed8df7290896e0956b54782.zip
Input: imx_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-4-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard/imx_keypad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/imx_keypad.c b/drivers/input/keyboard/imx_keypad.c
index ae9303848571..e15a93619e82 100644
--- a/drivers/input/keyboard/imx_keypad.c
+++ b/drivers/input/keyboard/imx_keypad.c
@@ -7,6 +7,7 @@
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/err.h>
+#include <linux/input.h>
#include <linux/input/matrix_keypad.h>
#include <linux/interrupt.h>
#include <linux/io.h>