diff options
author | Dmitry Torokhov <[email protected]> | 2011-03-16 22:08:39 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2011-03-16 23:28:08 -0700 |
commit | ef5a672f8d67c45fe2739c3a98a4e41d96b5cabc (patch) | |
tree | 982a21b2284901458767c248e2b36fa7c12400ce | |
parent | 3ff8ff53aae7b7e46dec6a50c29b8a022ec299ba (diff) |
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 <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
-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 <[email protected]>"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("platform:tsc2005"); |