Skip to content

Commit

Permalink
input: Export matrix_keypad_parse_of_params()
Browse files Browse the repository at this point in the history
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@infradead.org>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
michal42 authored and Samuel Ortiz committed Apr 18, 2013
1 parent b50cf35 commit a79fc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/matrix-keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a79fc76

Please sign in to comment.