diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/iio/industrialio-event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/industrialio-event.c b/drivers/iio/industrialio-event.c index 258a973a1fb8..35a5b0311dae 100644 --- a/drivers/iio/industrialio-event.c +++ b/drivers/iio/industrialio-event.c | |||
@@ -209,6 +209,7 @@ static const char * const iio_ev_info_text[] = { | |||
209 | [IIO_EV_INFO_ENABLE] = "en", | 209 | [IIO_EV_INFO_ENABLE] = "en", |
210 | [IIO_EV_INFO_VALUE] = "value", | 210 | [IIO_EV_INFO_VALUE] = "value", |
211 | [IIO_EV_INFO_HYSTERESIS] = "hysteresis", | 211 | [IIO_EV_INFO_HYSTERESIS] = "hysteresis", |
212 | [IIO_EV_INFO_PERIOD] = "period", | ||
212 | }; | 213 | }; |
213 | 214 | ||
214 | static enum iio_event_direction iio_ev_attr_dir(struct iio_dev_attr *attr) | 215 | static enum iio_event_direction iio_ev_attr_dir(struct iio_dev_attr *attr) |