aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2017-02-06 11:41:42 -0500
committerJonathan Cameron <jic23@kernel.org>2017-03-08 15:27:14 -0500
commitdb233ef8a355d2a9fc62815ec37fb8edee581958 (patch)
tree8e3a0b681e5c0aff216fc03f85f306c24321c0bb
parent1d3da3fed1a211d11d33aff1fb2438a1fc27740e (diff)
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>
-rw-r--r--drivers/iio/adc/max11100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/max11100.c b/drivers/iio/adc/max11100.c
index a088cf99bfe1..23c060e1b663 100644
--- a/drivers/iio/adc/max11100.c
+++ b/drivers/iio/adc/max11100.c
@@ -167,7 +167,6 @@ MODULE_DEVICE_TABLE(of, max11100_ids);
167static struct spi_driver max11100_driver = { 167static struct spi_driver max11100_driver = {
168 .driver = { 168 .driver = {
169 .name = "max11100", 169 .name = "max11100",
170 .owner = THIS_MODULE,
171 .of_match_table = of_match_ptr(max11100_ids), 170 .of_match_table = of_match_ptr(max11100_ids),
172 }, 171 },
173 .probe = max11100_probe, 172 .probe = max11100_probe,