Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef0bf6f8 authored by Peter Meerwald's avatar Peter Meerwald Committed by Jonathan Cameron
Browse files

iio:adc:ad799x: Make chan_spec const in ad799x_chip_config struct

parent 91556c69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ enum {
 * @info:		pointer to iio_info struct
 */
struct ad799x_chip_config {
	struct iio_chan_spec		channel[9];
	const struct iio_chan_spec	channel[9];
	u16				default_config;
	const struct iio_info		*info;
};