Browse Source

staging:iio:gyro:adis16060 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>
Jonathan Cameron 8 years ago
parent
commit
529c8f7de8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/iio/gyro/adis16060_core.c

+ 0 - 1
drivers/staging/iio/gyro/adis16060_core.c

@@ -103,7 +103,6 @@ static int adis16060_read_raw(struct iio_dev *indio_dev,
 
 static const struct iio_info adis16060_info = {
 	.read_raw = adis16060_read_raw,
-	.driver_module = THIS_MODULE,
 };
 
 static const struct iio_chan_spec adis16060_channels[] = {