]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6573fb9249198de9e0a26e60b50497a40177b1d0
tree977c2874d07c76eecd64f2e888fa48e5eaa868a5
parent02b53de9b8204ed2bdb9949610dfa9cc3ae45435
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