diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-03-17 06:08:39 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-03-17 07:28:08 +0100 |
commit | ef5a672f8d67c45fe2739c3a98a4e41d96b5cabc (patch) | |
tree | 982a21b2284901458767c248e2b36fa7c12400ce /drivers/input | |
parent | Input: tsc2005 - convert to using dev_pm_ops (diff) | |
download | linux-ef5a672f8d67c45fe2739c3a98a4e41d96b5cabc.tar.xz linux-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')
-rw-r--r-- | drivers/input/touchscreen/tsc2005.c | 1 |
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"); |