[PATCH 02/34] iio: adc: ad7606_par: explicitly add proper header files
Jonathan Cameron
jic23 at kernel.org
Sun Jun 12 00:00:58 AEST 2022
On Fri, 10 Jun 2022 10:45:13 +0200
Nuno Sá <nuno.sa at analog.com> wrote:
> Do not trust the fact that iio.h includes of.h which in turn includes
> all the headers we are relying on.
>
> The ultimate goal is to actually drop of.h from iio.h.
>
> Signed-off-by: Nuno Sá <nuno.sa at analog.com>
Applied
> ---
> drivers/iio/adc/ad7606_par.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/adc/ad7606_par.c b/drivers/iio/adc/ad7606_par.c
> index 8888e56b5e90..b912b4df9b56 100644
> --- a/drivers/iio/adc/ad7606_par.c
> +++ b/drivers/iio/adc/ad7606_par.c
> @@ -5,6 +5,7 @@
> * Copyright 2011 Analog Devices Inc.
> */
>
> +#include <linux/mod_devicetable.h>
> #include <linux/module.h>
> #include <linux/platform_device.h>
> #include <linux/types.h>
More information about the openbmc
mailing list