Browse Source

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>
Dmitry Torokhov 14 years ago
parent
commit
ef5a672f8d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/input/touchscreen/tsc2005.c

+ 0 - 1
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");