diff options
Diffstat (limited to 'include/linux/iio/driver.h')
-rw-r--r-- | include/linux/iio/driver.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/iio/driver.h b/include/linux/iio/driver.h index a4f8b2e05af5..7dfb10ee2669 100644 --- a/include/linux/iio/driver.h +++ b/include/linux/iio/driver.h | |||
@@ -22,13 +22,10 @@ int iio_map_array_register(struct iio_dev *indio_dev, | |||
22 | struct iio_map *map); | 22 | struct iio_map *map); |
23 | 23 | ||
24 | /** | 24 | /** |
25 | * iio_map_array_unregister() - tell the core to remove consumer mappings | 25 | * iio_map_array_unregister() - tell the core to remove consumer mappings for |
26 | * the given provider device | ||
26 | * @indio_dev: provider device | 27 | * @indio_dev: provider device |
27 | * @map: array of mappings to remove. Note these must have same memory | ||
28 | * addresses as those originally added not just equal parameter | ||
29 | * values. | ||
30 | */ | 28 | */ |
31 | int iio_map_array_unregister(struct iio_dev *indio_dev, | 29 | int iio_map_array_unregister(struct iio_dev *indio_dev); |
32 | struct iio_map *map); | ||
33 | 30 | ||
34 | #endif | 31 | #endif |