Commit 144d2fe0 authored by Wei Yongjun's avatar Wei Yongjun Committed by Alexandre Belloni
Browse files

rtc: asm9260: remove .owner field for driver



Remove .owner field if calls are used which set it automatically.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: default avatarWei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent b7b17633
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -343,7 +343,6 @@ static struct platform_driver asm9260_rtc_driver = {
	.remove		= asm9260_rtc_remove,
	.driver		= {
		.name	= "asm9260-rtc",
		.owner	= THIS_MODULE,
		.of_match_table = asm9260_dt_ids,
	},
};