Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging:iio:ad5933: drop assign iio_info.driver_module

The equivalent of this is now done via macro magic when
the relevant register call is made. The actual structure
elements will shortly go away.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>

authored by

Jonathan Cameron and committed by
Jonathan Cameron
6dab4d41 529c8f7d

-1
-1
drivers/staging/iio/impedance-analyzer/ad5933.c
··· 575 575 static const struct iio_info ad5933_info = { 576 576 .read_raw = ad5933_read_raw, 577 577 .attrs = &ad5933_attribute_group, 578 - .driver_module = THIS_MODULE, 579 578 }; 580 579 581 580 static int ad5933_ring_preenable(struct iio_dev *indio_dev)