diff options
Diffstat (limited to 'drivers/rtc/rtc-tps6586x.c')
-rw-r--r-- | drivers/rtc/rtc-tps6586x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-tps6586x.c b/drivers/rtc/rtc-tps6586x.c index e404faac6851..a3418a8a3796 100644 --- a/drivers/rtc/rtc-tps6586x.c +++ b/drivers/rtc/rtc-tps6586x.c | |||
@@ -344,7 +344,7 @@ static struct platform_driver tps6586x_rtc_driver = { | |||
344 | }; | 344 | }; |
345 | module_platform_driver(tps6586x_rtc_driver); | 345 | module_platform_driver(tps6586x_rtc_driver); |
346 | 346 | ||
347 | MODULE_ALIAS("platform:rtc-tps6586x"); | 347 | MODULE_ALIAS("platform:tps6586x-rtc"); |
348 | MODULE_DESCRIPTION("TI TPS6586x RTC driver"); | 348 | MODULE_DESCRIPTION("TI TPS6586x RTC driver"); |
349 | MODULE_AUTHOR("Laxman dewangan <ldewangan@nvidia.com>"); | 349 | MODULE_AUTHOR("Laxman dewangan <ldewangan@nvidia.com>"); |
350 | MODULE_LICENSE("GPL v2"); | 350 | MODULE_LICENSE("GPL v2"); |