summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/iio/dac/ad5446.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/iio/dac/ad5446.c')
-rw-r--r--kernel/drivers/iio/dac/ad5446.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/drivers/iio/dac/ad5446.c b/kernel/drivers/iio/dac/ad5446.c
index 46bb62a5c..b555552a0 100644
--- a/kernel/drivers/iio/dac/ad5446.c
+++ b/kernel/drivers/iio/dac/ad5446.c
@@ -481,7 +481,6 @@ static int ad5446_spi_remove(struct spi_device *spi)
static struct spi_driver ad5446_spi_driver = {
.driver = {
.name = "ad5446",
- .owner = THIS_MODULE,
},
.probe = ad5446_spi_probe,
.remove = ad5446_spi_remove,
@@ -569,7 +568,6 @@ MODULE_DEVICE_TABLE(i2c, ad5446_i2c_ids);
static struct i2c_driver ad5446_i2c_driver = {
.driver = {
.name = "ad5446",
- .owner = THIS_MODULE,
},
.probe = ad5446_i2c_probe,
.remove = ad5446_i2c_remove,