diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2020-12-04 05:54:59 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-01-16 18:20:56 +0000 |
| commit | ec82edb258bbf0233306cc45f65d4b6092243ee9 (patch) | |
| tree | 950548d513f79ccfea408ec3f4c81d20bd3d4b6a /drivers/iio/adc/qcom-vadc-common.c | |
| parent | iio: adc: qcom-vadc-common: use fixp_linear_interpolate (diff) | |
| download | linux-ec82edb258bbf0233306cc45f65d4b6092243ee9.tar.gz linux-ec82edb258bbf0233306cc45f65d4b6092243ee9.zip | |
iio: adc: move qcom-vadc-common.h to include dir
qcom-vadc-common module will be used by ADC thermal monitoring driver,
so move it to global include dir.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20201204025509.1075506-6-dmitry.baryshkov@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc/qcom-vadc-common.c')
| -rw-r--r-- | drivers/iio/adc/qcom-vadc-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iio/adc/qcom-vadc-common.c b/drivers/iio/adc/qcom-vadc-common.c index 40d77b3af1bb..ee94774b72e6 100644 --- a/drivers/iio/adc/qcom-vadc-common.c +++ b/drivers/iio/adc/qcom-vadc-common.c @@ -3,14 +3,13 @@ #include <linux/kernel.h> #include <linux/bitops.h> #include <linux/fixp-arith.h> +#include <linux/iio/adc/qcom-vadc-common.h> #include <linux/math64.h> #include <linux/log2.h> #include <linux/err.h> #include <linux/module.h> #include <linux/units.h> -#include "qcom-vadc-common.h" - /* Voltage to temperature */ static const struct vadc_map_pt adcmap_100k_104ef_104fb[] = { {1758, -40}, |
