iio:dummy: drop assignment of iio_info.driver_module
authorJonathan Cameron <jic23@kernel.org>
Sun, 23 Jul 2017 16:25:54 +0000 (17:25 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 22 Aug 2017 20:27:45 +0000 (21:27 +0100)
commit4403a39829e79e0b4701102fb724e80e895d51c5
tree6abbb37cede15b0cda90672491cc66347dc1c8f3
parentea9e3f35886550af8a9bdbd60f244cfaceffc523
iio:dummy: drop assignment of iio_info.driver_module

The equivalent 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>
drivers/iio/dummy/iio_simple_dummy.c