summaryrefslogtreecommitdiffstats
path: root/drivers/input/imx_keypad.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-01-13 11:12:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-13 16:28:06 +0100
commit6639c98acc98ec2103c215800b4d63dbea843248 (patch)
tree8186cc42aad6d63fd07bdafd70b0efb4be0920ec /drivers/input/imx_keypad.c
parentf3bf60efcb029d2a325926bc5f98b8ae27b2b0b1 (diff)
downloadbarebox-6639c98acc98ec2103c215800b4d63dbea843248.tar.gz
barebox-6639c98acc98ec2103c215800b4d63dbea843248.tar.xz
input: move matrix_keypad_build_keymap() to C file
Future additions will make the function too big to live as a static inline function. Move to a C file and while at it, move matrix_keypad.h to include/input/ where it belongs to. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/input/imx_keypad.c')
-rw-r--r--drivers/input/imx_keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/imx_keypad.c b/drivers/input/imx_keypad.c
index 272b8367df..b0282f2f8c 100644
--- a/drivers/input/imx_keypad.c
+++ b/drivers/input/imx_keypad.c
@@ -46,7 +46,7 @@
#include <poller.h>
#include <kfifo.h>
#include <malloc.h>
-#include <matrix_keypad.h>
+#include <input/matrix_keypad.h>
#include <linux/err.h>
/*