aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/touchscreen/tsc2005.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c
index 2435235db627..596fd1f01b22 100644
--- a/drivers/input/touchscreen/tsc2005.c
+++ b/drivers/input/touchscreen/tsc2005.c
@@ -713,4 +713,5 @@ static void __exit tsc2005_exit(void)
713module_exit(tsc2005_exit); 713module_exit(tsc2005_exit);
714 714
715MODULE_AUTHOR("Lauri Leukkunen <lauri.leukkunen@nokia.com>"); 715MODULE_AUTHOR("Lauri Leukkunen <lauri.leukkunen@nokia.com>");
716MODULE_DESCRIPTION("TSC2005 Touchscreen Driver");
716MODULE_LICENSE("GPL"); 717MODULE_LICENSE("GPL");