diff options
-rw-r--r-- | drivers/iio/adc/ti_am335x_adc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c index 5f9a7e7d3135..985f58873d03 100644 --- a/drivers/iio/adc/ti_am335x_adc.c +++ b/drivers/iio/adc/ti_am335x_adc.c | |||
@@ -134,6 +134,7 @@ static int tiadc_read_raw(struct iio_dev *indio_dev, | |||
134 | 134 | ||
135 | static const struct iio_info tiadc_info = { | 135 | static const struct iio_info tiadc_info = { |
136 | .read_raw = &tiadc_read_raw, | 136 | .read_raw = &tiadc_read_raw, |
137 | .driver_module = THIS_MODULE, | ||
137 | }; | 138 | }; |
138 | 139 | ||
139 | static int tiadc_probe(struct platform_device *pdev) | 140 | static int tiadc_probe(struct platform_device *pdev) |