diff options
Diffstat (limited to 'drivers/iio/adc/ti_am335x_adc.c')
-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 4427e8e46a7f..0ad208a69c29 100644 --- a/drivers/iio/adc/ti_am335x_adc.c +++ b/drivers/iio/adc/ti_am335x_adc.c | |||
@@ -183,6 +183,7 @@ static int tiadc_read_raw(struct iio_dev *indio_dev, | |||
183 | 183 | ||
184 | static const struct iio_info tiadc_info = { | 184 | static const struct iio_info tiadc_info = { |
185 | .read_raw = &tiadc_read_raw, | 185 | .read_raw = &tiadc_read_raw, |
186 | .driver_module = THIS_MODULE, | ||
186 | }; | 187 | }; |
187 | 188 | ||
188 | static int tiadc_probe(struct platform_device *pdev) | 189 | static int tiadc_probe(struct platform_device *pdev) |