aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2012-04-03 09:33:58 -0700
committerDmitry Torokhov <[email protected]>2012-04-03 09:55:45 -0700
commit79026ff2b6e7bee5b79a61e0721b6d9bf0e99b56 (patch)
tree55784fdd09366136562dfe4b4c2b34bbf7585d12
parentf182394033d639679264d61e6dca62761e659ff7 (diff)
Input: tps6507x-ts - fix MODULE_ALIAS to match driver name
This is needed to make module auto loading work. [[email protected]: remove file name from comment] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r--drivers/input/touchscreen/tps6507x-ts.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/tps6507x-ts.c b/drivers/input/touchscreen/tps6507x-ts.c
index 6c6f6d8ea9b4..f7eda3d00fad 100644
--- a/drivers/input/touchscreen/tps6507x-ts.c
+++ b/drivers/input/touchscreen/tps6507x-ts.c
@@ -1,6 +1,4 @@
/*
- * drivers/input/touchscreen/tps6507x_ts.c
- *
* Touchscreen driver for the tps6507x chip.
*
* Copyright (c) 2009 RidgeRun ([email protected])
@@ -376,4 +374,4 @@ module_platform_driver(tps6507x_ts_driver);
MODULE_AUTHOR("Todd Fischer <[email protected]>");
MODULE_DESCRIPTION("TPS6507x - TouchScreen driver");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:tps6507x-tsc");
+MODULE_ALIAS("platform:tps6507x-ts");