]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: dac: adi-axi-dac: remove unused int_tone field
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Mon, 2 Feb 2026 11:25:58 +0000 (13:25 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 3 Mar 2026 21:20:02 +0000 (21:20 +0000)
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 <antoniu.miclaus@analog.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/adi-axi-dac.c

index 33b07de1bfcb2e52172091f0eeb52f5924cad824..451fad34e7eebb6c7aa95f0fb48f706f1600d4f4 100644 (file)
@@ -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;
 };