aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2005.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2011-03-16 22:08:39 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-03-16 23:28:08 -0700
commitef5a672f8d67c45fe2739c3a98a4e41d96b5cabc (patch)
tree982a21b2284901458767c248e2b36fa7c12400ce /drivers/input/touchscreen/tsc2005.c
parentInput: tsc2005 - convert to using dev_pm_ops (diff)
downloadlinux-dev-ef5a672f8d67c45fe2739c3a98a4e41d96b5cabc.tar.xz
linux-dev-ef5a672f8d67c45fe2739c3a98a4e41d96b5cabc.zip
Input: tsc2005 - remove incorrect module alias
TSC2005 is not a platform driver so it should not define "platform:tsc2005" module alias. Tested-by: Aaro Koskinen <aaro.koskinen@nokia.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/tsc2005.c')
-rw-r--r--drivers/input/touchscreen/tsc2005.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c
index 109efbffe5ad..8c2e02402f32 100644
--- a/drivers/input/touchscreen/tsc2005.c
+++ b/drivers/input/touchscreen/tsc2005.c
@@ -715,4 +715,3 @@ module_exit(tsc2005_exit);
MODULE_AUTHOR("Lauri Leukkunen <lauri.leukkunen@nokia.com>");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:tsc2005");