[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-iio
Subject:    Re: [PATCH 1/5] iio: adc: ad7292: Add explicit include for of.h
From:       Jonathan Cameron <Jonathan.Cameron () Huawei ! com>
Date:       2023-03-30 8:38:05
Message-ID: 20230330093805.00003bb4 () Huawei ! com
[Download RAW message or body]

On Wed, 29 Mar 2023 22:10:55 -0300
Marcelo Schmitt <marcelo.schmitt1@gmail.com> wrote:

> 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 <robh@kernel.org>  
> 
> Acked-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

> 
> 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
> > 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic