diff options
Diffstat (limited to 'drivers/iio/light/apds9300.c')
-rw-r--r-- | drivers/iio/light/apds9300.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/iio/light/apds9300.c b/drivers/iio/light/apds9300.c index 51097bbd59c9..9ddde0ca9c34 100644 --- a/drivers/iio/light/apds9300.c +++ b/drivers/iio/light/apds9300.c | |||
@@ -344,10 +344,10 @@ static const struct iio_info apds9300_info_no_irq = { | |||
344 | static const struct iio_info apds9300_info = { | 344 | static const struct iio_info apds9300_info = { |
345 | .driver_module = THIS_MODULE, | 345 | .driver_module = THIS_MODULE, |
346 | .read_raw = apds9300_read_raw, | 346 | .read_raw = apds9300_read_raw, |
347 | .read_event_value_new = apds9300_read_thresh, | 347 | .read_event_value = apds9300_read_thresh, |
348 | .write_event_value_new = apds9300_write_thresh, | 348 | .write_event_value = apds9300_write_thresh, |
349 | .read_event_config_new = apds9300_read_interrupt_config, | 349 | .read_event_config = apds9300_read_interrupt_config, |
350 | .write_event_config_new = apds9300_write_interrupt_config, | 350 | .write_event_config = apds9300_write_interrupt_config, |
351 | }; | 351 | }; |
352 | 352 | ||
353 | static const struct iio_event_spec apds9300_event_spec[] = { | 353 | static const struct iio_event_spec apds9300_event_spec[] = { |