Message ID | 20180830101300.GA38719@lkp-ivb-ep02 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ASoC: fix platform_no_drv_owner.cocci warnings | expand |
--- a/sound/soc/atmel/mikroe-proto.c +++ b/sound/soc/atmel/mikroe-proto.c @@ -175,7 +175,6 @@ MODULE_DEVICE_TABLE(of, snd_proto_of_mat static struct platform_driver snd_proto_driver = { .driver = { .name = "snd-mikroe-proto", - .owner = THIS_MODULE, .of_match_table = snd_proto_of_match, }, .probe = snd_proto_probe,