From: Uwe Kleine-König Date: Tue, 3 Apr 2012 16:33:58 +0000 (-0700) Subject: Input: tps6507x-ts - fix MODULE_ALIAS to match driver name X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=79026ff2b6e7bee5b79a61e0721b6d9bf0e99b56;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Dmitry Torokhov --- 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 (todd.fischer@ridgerun.com) @@ -376,4 +374,4 @@ module_platform_driver(tps6507x_ts_driver); MODULE_AUTHOR("Todd Fischer "); MODULE_DESCRIPTION("TPS6507x - TouchScreen driver"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("platform:tps6507x-tsc"); +MODULE_ALIAS("platform:tps6507x-ts");