On 04/10/2012 10:21 PM, Jonathan Cameron wrote: > This macro is being removed to simplify ongoing maintenance > so we need to unwind and remaining users. > > Signed-off-by: Jonathan Cameron <jic23@xxxxxxxxxx> > --- > drivers/staging/iio/accel/adis16240_core.c | 103 ++++++++++++++++++++-------- > 1 file changed, 76 insertions(+), 27 deletions(-) > > diff --git a/drivers/staging/iio/accel/adis16240_core.c b/drivers/staging/iio/accel/adis16240_core.c > index 17f77fe..43da947 100644 > --- a/drivers/staging/iio/accel/adis16240_core.c > +++ b/drivers/staging/iio/accel/adis16240_core.c > @@ -468,33 +468,82 @@ static int adis16240_write_raw(struct iio_dev *indio_dev, > } > > static struct iio_chan_spec adis16240_channels[] = { > [...] > - IIO_CHAN(IIO_TEMP, 0, 1, 0, NULL, 0, 0, > - IIO_CHAN_INFO_SCALE_SEPARATE_BIT, > - temp, ADIS16240_SCAN_TEMP, > - IIO_ST('u', 10, 16, 0), 0), > [...] > + }, { > + .type = IIO_ACCEL, IIO_TEMP > + .indexed = 1, > + .channel = 0, > + .info_mask = IIO_CHAN_INFO_SCALE_SEPARATE_BIT, > + .address = temp, > + .scan_index = ADIS16240_SCAN_TEMP, > + .scan_type = { > + .sign = 'u', > + .realbits = 10, > + .storagebits = 16, > + }, -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html