diff options
author | Jonathan Cameron <jic23@kernel.org> | 2017-07-23 18:25:53 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-08-22 22:26:54 +0200 |
commit | ea9e3f35886550af8a9bdbd60f244cfaceffc523 (patch) | |
tree | de316c7b045eba331b34d3a746c866aed8ab6ae6 /drivers/iio/dac/mcp4725.c | |
parent | iio:counter:104-quad-8 drop assign iio_info.driver_module (diff) | |
download | linux-ea9e3f35886550af8a9bdbd60f244cfaceffc523.tar.xz linux-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/mcp4725.c')
-rw-r--r-- | drivers/iio/dac/mcp4725.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/dac/mcp4725.c b/drivers/iio/dac/mcp4725.c index 6ab1f23e5a79..afa856d10c26 100644 --- a/drivers/iio/dac/mcp4725.c +++ b/drivers/iio/dac/mcp4725.c @@ -363,7 +363,6 @@ static const struct iio_info mcp4725_info = { .read_raw = mcp4725_read_raw, .write_raw = mcp4725_write_raw, .attrs = &mcp4725_attribute_group, - .driver_module = THIS_MODULE, }; #ifdef CONFIG_OF |