Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7634c27 authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Linus Torvalds
Browse files

rtc: make rtc-ds1553 driver hotplug-aware



The rtc-ds1553 platform driver name doesn't match its module name, which
might prevent it from properly hotplugging.  This driver has no in-tree
users.

Signed-off-by: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 88efe137
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -395,7 +395,7 @@ static struct platform_driver ds1553_rtc_driver = {
	.probe		= ds1553_rtc_probe,
	.probe		= ds1553_rtc_probe,
	.remove		= __devexit_p(ds1553_rtc_remove),
	.remove		= __devexit_p(ds1553_rtc_remove),
	.driver		= {
	.driver		= {
		.name	= "ds1553",
		.name	= "rtc-ds1553",
		.owner	= THIS_MODULE,
		.owner	= THIS_MODULE,
	},
	},
};
};