Input: tnetv107x-ts - fix MODULE_ALIAS

Remove the space between "platform:" prefix and the driver name.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Axel Lin 2011-06-27 12:42:12 -07:00 committed by Dmitry Torokhov
parent 51a3db41e1
commit 6a592a7f45
1 changed files with 1 additions and 1 deletions

View File

@ -393,5 +393,5 @@ module_exit(tsc_exit);
MODULE_AUTHOR("Cyril Chemparathy");
MODULE_DESCRIPTION("TNETV107X Touchscreen Driver");
MODULE_ALIAS("platform: tnetv107x-ts");
MODULE_ALIAS("platform:tnetv107x-ts");
MODULE_LICENSE("GPL");