Skip to content

Commit da7a012

Browse files
committed
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>
1 parent 4e9cded commit da7a012

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/keyboard/ep93xx_keypad.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <linux/interrupt.h>
2424
#include <linux/clk.h>
2525
#include <linux/io.h>
26+
#include <linux/input.h>
2627
#include <linux/input/matrix_keypad.h>
2728
#include <linux/slab.h>
2829
#include <linux/soc/cirrus/ep93xx.h>

0 commit comments

Comments
 (0)