iio: adc: max11100: 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: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:

committed by
Jonathan Cameron

parent
1d3da3fed1
commit
db233ef8a3
@@ -167,7 +167,6 @@ MODULE_DEVICE_TABLE(of, max11100_ids);
|
|||||||
static struct spi_driver max11100_driver = {
|
static struct spi_driver max11100_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "max11100",
|
.name = "max11100",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = of_match_ptr(max11100_ids),
|
.of_match_table = of_match_ptr(max11100_ids),
|
||||||
},
|
},
|
||||||
.probe = max11100_probe,
|
.probe = max11100_probe,
|
||||||
|
Reference in New Issue
Block a user