Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: wan: slic_ds26522: Remove .owner field for driver

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 <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Wei Yongjun and committed by
David S. Miller
fee40221 c3afa995

-1
-1
drivers/net/wan/slic_ds26522.c
··· 241 241 .driver = { 242 242 .name = "ds26522", 243 243 .bus = &spi_bus_type, 244 - .owner = THIS_MODULE, 245 244 .of_match_table = slic_ds26522_match, 246 245 }, 247 246 .probe = slic_ds26522_probe,