Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> --- drivers/rtc/rtc-sd3078.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/rtc/rtc-sd3078.c b/drivers/rtc/rtc-sd3078.c index 704844f..42cb90d 100644 --- a/drivers/rtc/rtc-sd3078.c +++ b/drivers/rtc/rtc-sd3078.c @@ -218,7 +218,6 @@ static int sd3078_probe(struct i2c_client *client, static struct i2c_driver sd3078_driver = { .driver = { .name = "sd3078", - .owner = THIS_MODULE, .of_match_table = of_match_ptr(rtc_dt_match), }, .probe = sd3078_probe,