diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2012-04-03 09:33:58 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-04-03 09:55:45 -0700 |
commit | 79026ff2b6e7bee5b79a61e0721b6d9bf0e99b56 (patch) | |
tree | 55784fdd09366136562dfe4b4c2b34bbf7585d12 /drivers/input | |
parent | f182394033d639679264d61e6dca62761e659ff7 (diff) | |
download | op-kernel-dev-79026ff2b6e7bee5b79a61e0721b6d9bf0e99b56.zip op-kernel-dev-79026ff2b6e7bee5b79a61e0721b6d9bf0e99b56.tar.gz |
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>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/tps6507x-ts.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/tps6507x-ts.c b/drivers/input/touchscreen/tps6507x-ts.c index 6c6f6d8..f7eda3d0 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 (todd.fischer@ridgerun.com) @@ -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"); |