mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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 <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:
parent
c1de86dab6
commit
1a993d5686
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user