diff options
| author | Irina Tirdea <irina.tirdea@intel.com> | 2015-01-11 14:10:12 -0500 |
|---|---|---|
| committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-27 13:49:55 -0500 |
| commit | 17a2cbc27981b85a09a48425c2614ae0cb7be8cd (patch) | |
| tree | bae8c699bf39612dd6525c9096f8e0ac55aa0cc5 /include/linux/iio | |
| parent | 27be84236d75c13a83c45d850390f40b58401d97 (diff) | |
iio: core: Remove IIO_EV_TYPE_INSTANCE
By introducing IIO_EV_TYPE_CHANGE, IIO_EV_TYPE_INSTANCE becomes redundant.
The effect of IIO_EV_TYPE_INSTANCE can be obtained by using IIO_EV_TYPE_CHANGE
with IIO_EV_INFO_VALUE set to 1.
Remove all instances of IIO_EV_TYPE_INSTANCE and replace them with
IIO_EV_TYPE_CHANGE where needed.
Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/iio')
| -rw-r--r-- | include/linux/iio/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h index 3ba3d6678412..580ed5bdb3fa 100644 --- a/include/linux/iio/types.h +++ b/include/linux/iio/types.h | |||
| @@ -78,7 +78,6 @@ enum iio_event_type { | |||
| 78 | IIO_EV_TYPE_ROC, | 78 | IIO_EV_TYPE_ROC, |
| 79 | IIO_EV_TYPE_THRESH_ADAPTIVE, | 79 | IIO_EV_TYPE_THRESH_ADAPTIVE, |
| 80 | IIO_EV_TYPE_MAG_ADAPTIVE, | 80 | IIO_EV_TYPE_MAG_ADAPTIVE, |
| 81 | IIO_EV_TYPE_INSTANCE, | ||
| 82 | IIO_EV_TYPE_CHANGE, | 81 | IIO_EV_TYPE_CHANGE, |
| 83 | }; | 82 | }; |
| 84 | 83 | ||
