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>
1 parent f3bf60e commit 6639c98acc98ec2103c215800b4d63dbea843248
@Sascha Hauer Sascha Hauer authored on 13 Jan 2016
Showing 7 changed files
View
arch/arm/mach-imx/include/mach/devices.h
View
drivers/input/Kconfig
View
drivers/input/Makefile
View
drivers/input/imx_keypad.c
View
drivers/input/matrix-keymap.c 0 → 100644
View
include/input/matrix_keypad.h 0 → 100644
View
include/matrix_keypad.h 100644 → 0