diff options
author | Jonathan Cameron <jic23@kernel.org> | 2013-02-27 14:07:39 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-03-17 15:49:30 -0400 |
commit | 9123972218112b6739686f4a1e7ba94af9a1879d (patch) | |
tree | 023f0eec4e524165a5f4155200e81da1fb000e29 /drivers/iio/adc | |
parent | 6c572522030e15a4c9eadea3f86cf33a7fa335a2 (diff) |
iio:adc:viperboard_adc move to info_mask_(shared_by_type/separate)
The original info_mask is going away in favour of the broken out versions.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
cc: Lars Poeschel <poeschel@lemonage.de>
Diffstat (limited to 'drivers/iio/adc')
-rw-r--r-- | drivers/iio/adc/viperboard_adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/viperboard_adc.c b/drivers/iio/adc/viperboard_adc.c index ad0261533dee..56ac481c73c0 100644 --- a/drivers/iio/adc/viperboard_adc.c +++ b/drivers/iio/adc/viperboard_adc.c | |||
@@ -41,7 +41,7 @@ struct vprbrd_adc { | |||
41 | .type = IIO_VOLTAGE, \ | 41 | .type = IIO_VOLTAGE, \ |
42 | .indexed = 1, \ | 42 | .indexed = 1, \ |
43 | .channel = _index, \ | 43 | .channel = _index, \ |
44 | .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT, \ | 44 | .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \ |
45 | .scan_index = _index, \ | 45 | .scan_index = _index, \ |
46 | .scan_type = { \ | 46 | .scan_type = { \ |
47 | .sign = 'u', \ | 47 | .sign = 'u', \ |