Skip to content

Commit

Permalink
Input: tps6507x-ts - fix MODULE_ALIAS to match driver name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Uwe Kleine-König authored and Dmitry Torokhov committed Apr 3, 2012
1 parent f182394 commit 79026ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/input/touchscreen/tps6507x-ts.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* drivers/input/touchscreen/tps6507x_ts.c
*
* Touchscreen driver for the tps6507x chip.
*
* Copyright (c) 2009 RidgeRun (todd.fischer@ridgerun.com)
Expand Down Expand Up @@ -376,4 +374,4 @@ module_platform_driver(tps6507x_ts_driver);
MODULE_AUTHOR("Todd Fischer <todd.fischer@ridgerun.com>");
MODULE_DESCRIPTION("TPS6507x - TouchScreen driver");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:tps6507x-tsc");
MODULE_ALIAS("platform:tps6507x-ts");

0 comments on commit 79026ff

Please sign in to comment.