From: Florian Fainelli Date: Mon, 10 Dec 2012 20:18:20 +0000 (-0800) Subject: Input: matrix-keymap - provide a proper module license X-Git-Tag: accepted/tizen/common/20141203.182822~153^2~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=516d798f656614f59553b1ff3592c2c36102b684;p=platform%2Fkernel%2Flinux-arm64.git Input: matrix-keymap - provide a proper module license The matrix-keymap module is currently lacking a proper module license, add one so we don't have this module tainting the entire kernel. This issue has been present since commit 1932811f (Input: matrix-keymap - uninline and prepare for device tree support) Signed-off-by: Florian Fainelli CC: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/matrix-keymap.c b/drivers/input/matrix-keymap.c index 443ad64b..d88d9be 100644 --- a/drivers/input/matrix-keymap.c +++ b/drivers/input/matrix-keymap.c @@ -23,6 +23,7 @@ #include #include #include +#include #include static bool matrix_keypad_map_key(struct input_dev *input_dev, @@ -161,3 +162,5 @@ int matrix_keypad_build_keymap(const struct matrix_keymap_data *keymap_data, return 0; } EXPORT_SYMBOL(matrix_keypad_build_keymap); + +MODULE_LICENSE("GPL");