Couple of input drivers depend on this symbol: ERROR: "matrix_keypad_parse_of_params" [drivers/input/keyboard/tca8418_keypad.ko] undefined! ERROR: "matrix_keypad_parse_of_params" [drivers/input/keyboard/cros_ec_keyb.ko] undefined! Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Michal Marek <mmarek@xxxxxxx> --- drivers/input/matrix-keymap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/matrix-keymap.c b/drivers/input/matrix-keymap.c index 619b382..08b61f5 100644 --- a/drivers/input/matrix-keymap.c +++ b/drivers/input/matrix-keymap.c @@ -68,6 +68,7 @@ int matrix_keypad_parse_of_params(struct device *dev, return 0; } +EXPORT_SYMBOL_GPL(matrix_keypad_parse_of_params); static int matrix_keypad_parse_of_keymap(const char *propname, unsigned int rows, unsigned int cols, -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html