linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] input/tc3589x: fix compile error
@ 2011-01-04 11:08 Dan Carpenter
  2011-01-05  1:01 ` Linus Walleij
  2011-01-07 10:12 ` Linus Walleij
  0 siblings, 2 replies; 7+ messages in thread
From: Dan Carpenter @ 2011-01-04 11:08 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Sundar Iyer, Linus Walleij, linux-input

There was a semi-colon missing and it broke the compile.

Signed-off-by: Dan Carpenter <error27@gmail.com>

diff --git a/drivers/input/keyboard/tc3589x-keypad.c b/drivers/input/keyboard/tc3589x-keypad.c
index 69dc0cb..217a74f 100644
--- a/drivers/input/keyboard/tc3589x-keypad.c
+++ b/drivers/input/keyboard/tc3589x-keypad.c
@@ -469,4 +469,5 @@ 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");
+

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-07 19:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 11:08 [patch] input/tc3589x: fix compile error Dan Carpenter
2011-01-05  1:01 ` Linus Walleij
2011-01-05  8:20   ` Dan Carpenter
2011-01-05 10:55     ` Linus Walleij
2011-01-07 10:12 ` Linus Walleij
2011-01-07 17:45   ` Dmitry Torokhov
2011-01-07 19:50     ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).