mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +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
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,6 @@ static struct spi_driver slic_ds26522_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "ds26522",
|
.name = "ds26522",
|
||||||
.bus = &spi_bus_type,
|
.bus = &spi_bus_type,
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = slic_ds26522_match,
|
.of_match_table = slic_ds26522_match,
|
||||||
},
|
},
|
||||||
.probe = slic_ds26522_probe,
|
.probe = slic_ds26522_probe,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue