From: Antoniu Miclaus Date: Mon, 2 Feb 2026 11:25:52 +0000 (+0200) Subject: iio: adc: ad7768-1: remove unused mclk_div field X-Git-Tag: v7.1-rc1~17^2~120^2~100 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1a993d5686ffe6f9b6addea22301ece733897765;p=thirdparty%2Fkernel%2Flinux.git iio: adc: ad7768-1: remove unused mclk_div field Remove unused mclk_div field from ad7768_state struct. The field is declared but never accessed in the driver. Signed-off-by: Antoniu Miclaus Reviewed-by: Andy Shevchenko Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/ad7768-1.c b/drivers/iio/adc/ad7768-1.c index 917a3a0380a1b..8131f1d90072a 100644 --- a/drivers/iio/adc/ad7768-1.c +++ b/drivers/iio/adc/ad7768-1.c @@ -309,7 +309,6 @@ struct ad7768_state { unsigned int vcm_output_sel; struct clk *mclk; unsigned int mclk_freq; - unsigned int mclk_div; unsigned int oversampling_ratio; enum ad7768_filter_type filter_type; unsigned int samp_freq;