diff options
Diffstat (limited to 'drivers/iio/industrialio-core.c')
-rw-r--r-- | drivers/iio/industrialio-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c index 97f0297b120f..2cb4841d5357 100644 --- a/drivers/iio/industrialio-core.c +++ b/drivers/iio/industrialio-core.c | |||
@@ -101,6 +101,7 @@ static const char * const iio_chan_info_postfix[] = { | |||
101 | [IIO_CHAN_INFO_PHASE] = "phase", | 101 | [IIO_CHAN_INFO_PHASE] = "phase", |
102 | [IIO_CHAN_INFO_HARDWAREGAIN] = "hardwaregain", | 102 | [IIO_CHAN_INFO_HARDWAREGAIN] = "hardwaregain", |
103 | [IIO_CHAN_INFO_HYSTERESIS] = "hysteresis", | 103 | [IIO_CHAN_INFO_HYSTERESIS] = "hysteresis", |
104 | [IIO_CHAN_INFO_INT_TIME] = "integration_time", | ||
104 | }; | 105 | }; |
105 | 106 | ||
106 | const struct iio_chan_spec | 107 | const struct iio_chan_spec |