From: Dmitry Torokhov Date: Thu, 17 Mar 2011 05:09:03 +0000 (-0700) Subject: Input: tsc2005 - add module description X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b88aa494c27552e6fa94e4abaa5ea4f9b2f170a8;p=mv-sheeva.git Input: tsc2005 - add module description Add proper module description so that it would show in 'modinfo' output. Tested-by: Aaro Koskinen Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c index 2435235db62..596fd1f01b2 100644 --- a/drivers/input/touchscreen/tsc2005.c +++ b/drivers/input/touchscreen/tsc2005.c @@ -713,4 +713,5 @@ static void __exit tsc2005_exit(void) module_exit(tsc2005_exit); MODULE_AUTHOR("Lauri Leukkunen "); +MODULE_DESCRIPTION("TSC2005 Touchscreen Driver"); MODULE_LICENSE("GPL");