[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1294429657-23678-1-git-send-email-linus.walleij@stericsson.com>
Date: Fri, 7 Jan 2011 20:47:37 +0100
From: Linus Walleij <linus.walleij@...ricsson.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: Dan Carpenter <error27@...il.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Linus Walleij <linus.walleij@...ricsson.com>
Subject: [PATCH] input/tc3589x: fix compile error
From: Dan Carpenter <error27@...il.com>
There was a semi-colon missing and it broke the compile.
Signed-off-by: Dan Carpenter <error27@...il.com>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>
Signed-off-by: Linus Walleij <linus.walleij@...ricsson.com>
---
Linus, det är Linus, kan du lägga på den här? Det fattas
ett semikolon, vet inte var det är, jag har förlagt det.
---
drivers/input/keyboard/tc3589x-keypad.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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");
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists