mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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 <antoniu.miclaus@analog.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
0555e56f4c
commit
3890d6a324
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user