[PATCH] rtc: tps65910: Changing RTC driver name as per mfd

From: Venu Byravarasu
Date: Thu Sep 20 2012 - 01:57:09 EST


As TPS65910 mfd uses "tps65910-rtc" as driver name, changing
driver name in the RTC driver to match with the same.

Signed-off-by: Venu Byravarasu <vbyravarasu@xxxxxxxxxx>
---
drivers/rtc/rtc-tps65910.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c
index 691ab96..7c4ca86 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,
},
};
--
1.7.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/