From: Dan Carpenter Date: Fri, 7 Jan 2011 19:47:37 +0000 (+0100) Subject: input/tc3589x: fix compile error X-Git-Tag: v2.6.38-rc1~467 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa58abc20fa85328a9f048e2626c0893691ff284;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git input/tc3589x: fix compile error There was a semi-colon missing and it broke the compile. Signed-off-by: Dan Carpenter Cc: Dmitry Torokhov Signed-off-by: Linus Walleij Signed-off-by: Linus Torvalds --- diff --git a/drivers/input/keyboard/tc3589x-keypad.c b/drivers/input/keyboard/tc3589x-keypad.c index 69dc0cb..dbbe761 100644 --- a/drivers/input/keyboard/tc3589x-keypad.c +++ b/drivers/input/keyboard/tc3589x-keypad.c @@ -469,4 +469,4 @@ module_exit(tc3589x_keypad_exit); MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("Jayeeta Banerjee/Sundar Iyer"); MODULE_DESCRIPTION("TC35893 Keypad Driver"); -MODULE_ALIAS("platform:tc3589x-keypad") +MODULE_ALIAS("platform:tc3589x-keypad");