OSDN Git Service

staging:iio:ad7606: Remove unused int_vref_mv field
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 19 Oct 2016 17:06:56 +0000 (19:06 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 23 Oct 2016 18:34:11 +0000 (19:34 +0100)
commit36534b40673510a0bd0a87cdfaf07cb4596a3159
tree977c2874d07c76eecd64f2e888fa48e5eaa868a5
parent7c5fe4112421aaef4a9ee35de8d21c1718855fc3
staging:iio:ad7606: Remove unused int_vref_mv field

Remove the int_vref_mv field from the ad7606_chip_info struct since the
field is never used by the driver. The value is also the same for all
derivatives of this chip, so if it will ever be used in the driver a
constant value will work just fine.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/ad7606.h
drivers/staging/iio/adc/ad7606_core.c