On Sun, Jul 26, 2015 at 12:43:22AM +0200, Hartmut Knaack wrote: > Mark berlin2_adc_channels array as constant. > > Signed-off-by: Hartmut Knaack <knaack.h@xxxxxx> Acked-by: Antoine Tenart <antoine.tenart@xxxxxxxxxxxxxxxxxx> > --- > drivers/iio/adc/berlin2-adc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/adc/berlin2-adc.c b/drivers/iio/adc/berlin2-adc.c > index 42e214b3e93a..b7df94a0b879 100644 > --- a/drivers/iio/adc/berlin2-adc.c > +++ b/drivers/iio/adc/berlin2-adc.c > @@ -86,7 +86,7 @@ struct berlin2_adc_priv { > .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \ > } > > -static struct iio_chan_spec berlin2_adc_channels[] = { > +static const struct iio_chan_spec berlin2_adc_channels[] = { > BERLIN2_ADC_CHANNEL(0, IIO_VOLTAGE), /* external input */ > BERLIN2_ADC_CHANNEL(1, IIO_VOLTAGE), /* external input */ > BERLIN2_ADC_CHANNEL(2, IIO_VOLTAGE), /* external input */ > -- > 2.4.3 > -- Antoine Ténart, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- 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