Rikard Falkeborn ce6c3736d9 iio: adc: max11100: Constify struct iio_chan_spec
max11100_channels is not modified and can therefore be made const to
allow the compiler to put it in read-only memory.

Before:
   text    data     bss     dec     hex filename
   3776    1168       0    4944    1350 drivers/iio/adc/max11100.o

After:
   text    data     bss     dec     hex filename
   3968     976       0    4944    1350 drivers/iio/adc/max11100.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2020-06-14 11:49:33 +01:00
..
2020-04-27 12:20:40 +02:00
2019-12-08 18:10:30 +00:00
2020-06-07 10:45:08 -07:00
2020-04-19 16:56:31 +01:00
2020-02-14 15:06:24 +00:00
2020-06-14 11:49:23 +01:00