mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +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:
committed by
Jonathan Cameron
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;
|
||||
|
||||
Reference in New Issue
Block a user