projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a45f5
)
input/tc3589x: fix compile error
author
Dan Carpenter
<
[email protected]
>
Fri, 7 Jan 2011 19:47:37 +0000
(20:47 +0100)
committer
Linus Torvalds
<
[email protected]
>
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 <
[email protected]
>
Cc: Dmitry Torokhov <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/input/keyboard/tc3589x-keypad.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/tc3589x-keypad.c
b/drivers/input/keyboard/tc3589x-keypad.c
index 69dc0cb20a00b25f4cc138dd70b8ae5afd627d32..dbbe761778d28e2815182ed023bf5d196f842b27 100644
(file)
--- 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")
;