Input: tps6507x-ts - fix MODULE_ALIAS to match driver name
This is needed to make module auto loading work. [dtor@mail.ru: remove file name from comment] Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
f182394033
commit
79026ff2b6
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* drivers/input/touchscreen/tps6507x_ts.c
|
|
||||||
*
|
|
||||||
* Touchscreen driver for the tps6507x chip.
|
* Touchscreen driver for the tps6507x chip.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2009 RidgeRun (todd.fischer@ridgerun.com)
|
* Copyright (c) 2009 RidgeRun (todd.fischer@ridgerun.com)
|
||||||
|
@ -376,4 +374,4 @@ module_platform_driver(tps6507x_ts_driver);
|
||||||
MODULE_AUTHOR("Todd Fischer <todd.fischer@ridgerun.com>");
|
MODULE_AUTHOR("Todd Fischer <todd.fischer@ridgerun.com>");
|
||||||
MODULE_DESCRIPTION("TPS6507x - TouchScreen driver");
|
MODULE_DESCRIPTION("TPS6507x - TouchScreen driver");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL v2");
|
||||||
MODULE_ALIAS("platform:tps6507x-tsc");
|
MODULE_ALIAS("platform:tps6507x-ts");
|
||||||
|
|
Loading…
Add table
Reference in a new issue