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

Commit e545b984 authored by Markus Elfring's avatar Markus Elfring Committed by Alexandre Belloni
Browse files

rtc: pic32: Delete owner assignment



The field "owner" is set by core. Thus delete an extra initialisation.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 421a5ba2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -400,7 +400,6 @@ static struct platform_driver pic32_rtc_driver = {
	.remove		= pic32_rtc_remove,
	.driver		= {
		.name	= "pic32-rtc",
		.owner	= THIS_MODULE,
		.of_match_table	= of_match_ptr(pic32_rtc_dt_ids),
	},
};