diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-09-23 00:21:00 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-09-29 12:26:07 +0100 |
commit | 3d9bf07a72f9257f081be7d4381cb70cf0d9426e (patch) | |
tree | bf162b49c39d21fde1c1f6ce300a8e9370020427 /Kbuild | |
parent | 5851b499de048c9e0ee1ef2e3fbd8d3d89cbdf18 (diff) | |
download | linux-3d9bf07a72f9257f081be7d4381cb70cf0d9426e.tar.gz linux-3d9bf07a72f9257f081be7d4381cb70cf0d9426e.tar.bz2 linux-3d9bf07a72f9257f081be7d4381cb70cf0d9426e.zip |
iio: adc: meson-saradc: remove #define MESON_SAR_ADC_DELTA_10_TS_C_SHIFT
This define is of no use because the driver is avoiding shifting bits
by itself but using FIELD_GET/FIELD_PREP (which are using bit masks)
instead. There is already a MESON_SAR_ADC_DELTA_10_TS_C_MASK bit mask so
MESON_SAR_ADC_DELTA_10_TS_C_SHIFT was redundant.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions