From: Antoniu Miclaus Date: Mon, 2 Feb 2026 11:25:58 +0000 (+0200) Subject: iio: dac: adi-axi-dac: remove unused int_tone field X-Git-Tag: v7.1-rc1~17^2~120^2~94 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3890d6a324960816df9e8cebd742b11ee7591186;p=thirdparty%2Fkernel%2Flinux.git iio: dac: adi-axi-dac: remove unused int_tone field Remove unused int_tone field from axi_dac_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/dac/adi-axi-dac.c b/drivers/iio/dac/adi-axi-dac.c index 33b07de1bfcb2..451fad34e7eeb 100644 --- a/drivers/iio/dac/adi-axi-dac.c +++ b/drivers/iio/dac/adi-axi-dac.c @@ -114,7 +114,6 @@ struct axi_dac_state { const struct axi_dac_info *info; u64 dac_clk; u32 reg_config; - bool int_tone; int dac_clk_rate; };