mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
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>
This commit is contained in:
parent
c3afa99553
commit
fee402211f
@ -241,7 +241,6 @@ static struct spi_driver slic_ds26522_driver = {
|
||||
.driver = {
|
||||
.name = "ds26522",
|
||||
.bus = &spi_bus_type,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = slic_ds26522_match,
|
||||
},
|
||||
.probe = slic_ds26522_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user