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:
parent
51a3db41e1
commit
6a592a7f45
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue