Commit aa58abc2 authored by Dan Carpenter's avatar Dan Carpenter Committed by Linus Torvalds

input/tc3589x: fix compile error

There was a semi-colon missing and it broke the compile.
Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b4a45f5f
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment