From: Venu Byravarasu Date: Wed, 26 Sep 2012 01:34:35 +0000 (+1000) Subject: rtc: tps65910: change RTC driver name as per mfd X-Git-Tag: next-20120926~2^2~95 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e70cc5e768a073580bcca95e04ff465f3e55bcf5;p=karo-tx-linux.git rtc: tps65910: change RTC driver name as per mfd As TPS65910 mfd uses "tps65910-rtc" as driver name, change the driver name in the RTC driver to match with the same. Signed-off-by: Venu Byravarasu Cc: Alessandro Zummo Cc: Mark Brown Cc: Samuel Ortiz Signed-off-by: Andrew Morton --- diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index 691ab967bfcb..7c4ca8605741 100644 --- a/drivers/rtc/rtc-tps65910.c +++ b/drivers/rtc/rtc-tps65910.c @@ -341,7 +341,7 @@ static struct platform_driver tps65910_rtc_driver = { .remove = __devexit_p(tps65910_rtc_remove), .driver = { .owner = THIS_MODULE, - .name = "rtc-tps65910", + .name = "tps65910-rtc", .pm = DEV_PM_OPS, }, };