Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci CC: Jaghathiswari Rankappagounder Natarajan <jaghu@xxxxxxxxxx> Signed-off-by: Julia Lawall <julia.lawall@xxxxxxx> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- aspeed-pwm-tacho.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/hwmon/aspeed-pwm-tacho.c +++ b/drivers/hwmon/aspeed-pwm-tacho.c @@ -872,7 +872,6 @@ static struct platform_driver aspeed_pwm .probe = aspeed_pwm_tacho_probe, .driver = { .name = "aspeed_pwm_tacho", - .owner = THIS_MODULE, .of_match_table = of_pwm_tacho_match_table, }, }; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html