]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/iio/iio_simple_dummy.c
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / staging / iio / iio_simple_dummy.c
index 1fac9894b18c2fbf2e40ad249ad66ae856ee6862..fd334a03a49a3ead72e5c9e7d68e64ac0391d658 100644 (file)
@@ -370,10 +370,10 @@ static const struct iio_info iio_dummy_info = {
        .read_raw = &iio_dummy_read_raw,
        .write_raw = &iio_dummy_write_raw,
 #ifdef CONFIG_IIO_SIMPLE_DUMMY_EVENTS
-       .read_event_config_new = &iio_simple_dummy_read_event_config,
-       .write_event_config_new = &iio_simple_dummy_write_event_config,
-       .read_event_value_new = &iio_simple_dummy_read_event_value,
-       .write_event_value_new = &iio_simple_dummy_write_event_value,
+       .read_event_config = &iio_simple_dummy_read_event_config,
+       .write_event_config = &iio_simple_dummy_write_event_config,
+       .read_event_value = &iio_simple_dummy_read_event_value,
+       .write_event_value = &iio_simple_dummy_write_event_value,
 #endif /* CONFIG_IIO_SIMPLE_DUMMY_EVENTS */
 };