Tag: 144d2fe0ad371c940063ab2acca81a2915bcef3d

rtc: asm9260: remove .owner field for driver

Author: Wei Yongjun <weiyj.lk@gmail.com> Remove .owner field if calls are used which set it automatically. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Wei Yongjun Signed-off-by: Alexandre Belloni — drivers/rtc/rtc-asm9260.c | 1 – 1 file changed, 1 deletion(-)   diff –git a/drivers/rtc/rtc-asm9260.c b/drivers/rtc/rtc-asm9260.c index 355fdb9..5219916 100644 — a/drivers/rtc/rtc-asm9260.c +++ b/drivers/rtc/rtc-asm9260.c @@ -343,7 +343,6 @@ static struct platform_driver asm9260_rtc_driver = …

Continue reading