[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1348120608-27697-1-git-send-email-vbyravarasu@nvidia.com>
Date: Thu, 20 Sep 2012 11:26:48 +0530
From: Venu Byravarasu <vbyravarasu@...dia.com>
To: <akpm@...ux-foundation.org>, <a.zummo@...ertech.it>
CC: <linux-kernel@...r.kernel.org>, <rtc-linux@...glegroups.com>,
Venu Byravarasu <vbyravarasu@...dia.com>
Subject: [PATCH] rtc: tps65910: Changing RTC driver name as per mfd
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@...dia.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists