Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fee40221 authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

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: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c3afa995
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,