From: Antoniu Miclaus Date: Mon, 2 Feb 2026 11:25:53 +0000 (+0200) Subject: iio: adc: ad7793: remove unused int_vref_mv field X-Git-Tag: v7.1-rc1~17^2~120^2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1062f21ce1052eacee2714b9078e237470bcb973;p=thirdparty%2Flinux.git iio: adc: ad7793: remove unused int_vref_mv field Remove unused int_vref_mv field from ad7793_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/ad7793.c b/drivers/iio/adc/ad7793.c index b6d86c62f24a1..8ff7b70d6632e 100644 --- a/drivers/iio/adc/ad7793.c +++ b/drivers/iio/adc/ad7793.c @@ -152,7 +152,6 @@ struct ad7793_chip_info { struct ad7793_state { const struct ad7793_chip_info *chip_info; - u16 int_vref_mv; u16 mode; u16 conf; u32 scale_avail[8][2];