2023-03-30 01:14:21

by Marcelo Schmitt

[permalink] [raw]
Subject: Re: [PATCH 1/5] iio: adc: ad7292: Add explicit include for of.h

On 03/29, Rob Herring wrote:
> With linux/acpi.h no longer implicitly including of.h, add an explicit
> include of of.h to fix the following error:
>
> drivers/iio/adc/ad7292.c:307:9: error: implicit declaration of function 'for_each_available_child_of_node'; did you mean 'fwnode_for_each_available_child_node'? [-Werror=implicit-function-declaration]
>
> Signed-off-by: Rob Herring <[email protected]>

Acked-by: Marcelo Schmitt <[email protected]>

Thanks,
Marcelo

> ---
> drivers/iio/adc/ad7292.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/adc/ad7292.c b/drivers/iio/adc/ad7292.c
> index a2f9fda25ff3..cccacec5db6d 100644
> --- a/drivers/iio/adc/ad7292.c
> +++ b/drivers/iio/adc/ad7292.c
> @@ -8,6 +8,7 @@
> #include <linux/bitfield.h>
> #include <linux/device.h>
> #include <linux/module.h>
> +#include <linux/of.h>
> #include <linux/regulator/consumer.h>
> #include <linux/spi/spi.h>
>
>
> --
> 2.39.2
>