summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/mcp4922.c
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2017-07-23 17:25:53 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-08-22 21:26:54 +0100
commitea9e3f35886550af8a9bdbd60f244cfaceffc523 (patch)
treede316c7b045eba331b34d3a746c866aed8ab6ae6 /drivers/iio/dac/mcp4922.c
parentd5b531a8bc108c1120d4bbe56fb5a691ed56d775 (diff)
downloadlinux-stable-ea9e3f35886550af8a9bdbd60f244cfaceffc523.tar.gz
linux-stable-ea9e3f35886550af8a9bdbd60f244cfaceffc523.tar.bz2
linux-stable-ea9e3f35886550af8a9bdbd60f244cfaceffc523.zip
iio:dac: drop assignment of iio_info.driver_module
The equivalent of this is now done via macro magic when the relevant register call is made. The actual structure element will shortly go away. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Diffstat (limited to 'drivers/iio/dac/mcp4922.c')
-rw-r--r--drivers/iio/dac/mcp4922.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/dac/mcp4922.c b/drivers/iio/dac/mcp4922.c
index 3854d201a5d6..bf9aa3fc0534 100644
--- a/drivers/iio/dac/mcp4922.c
+++ b/drivers/iio/dac/mcp4922.c
@@ -119,7 +119,6 @@ static const struct iio_chan_spec mcp4922_channels[3][MCP4922_NUM_CHANNELS] = {
static const struct iio_info mcp4922_info = {
.read_raw = &mcp4922_read_raw,
.write_raw = &mcp4922_write_raw,
- .driver_module = THIS_MODULE,
};
static int mcp4922_probe(struct spi_device *spi)