]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rtc: tps65910: change RTC driver name as per mfd
authorVenu Byravarasu <vbyravarasu@nvidia.com>
Fri, 28 Sep 2012 00:20:33 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:50 +0000 (16:50 +1000)
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 <vbyravarasu@nvidia.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-tps65910.c

index 691ab967bfcb1f14d3345b2a3ea317190fa6e985..7c4ca86057419a08860945fd18720148d534da5c 100644 (file)
@@ -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,
        },
 };