input/tc3589x: fix compile error
authorDan Carpenter <error27@gmail.com>
Fri, 7 Jan 2011 19:47:37 +0000 (20:47 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Jan 2011 20:44:45 +0000 (12:44 -0800)
There was a semi-colon missing and it broke the compile.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/input/keyboard/tc3589x-keypad.c

index 69dc0cb..dbbe761 100644 (file)
@@ -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");