From: kbuild test robot sound/soc/ti/omap-mcasp.c:691:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: 55de7272a358 ("omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile") CC: Andrey Utkin Signed-off-by: kbuild test robot --- tree: https://github.com/omap-audio/linux-audio peter/linux-next-wip head: cc27bcbb02baa2c37ca704ad6230fabed8c2324f commit: 55de7272a35817b6155087957ec793ffdc2435f6 [88/98] omap: mcasp: add omap-mcasp.* and add to Kconfig, Makefile omap-mcasp.c | 1 - 1 file changed, 1 deletion(-) --- a/sound/soc/ti/omap-mcasp.c +++ b/sound/soc/ti/omap-mcasp.c @@ -688,7 +688,6 @@ MODULE_DEVICE_TABLE(of, omap_mcasp_of_ma static struct platform_driver omap_mcasp_driver = { .driver = { .name = "omap-mcasp", - .owner = THIS_MODULE, .of_match_table = omap_mcasp_of_match, }, .probe = asoc_mcasp_probe,