[PATCH 06/34] iio: adc: ingenic-adc: explicitly add proper header files
Jonathan Cameron
jic23 at kernel.org
Sat Jun 11 07:07:04 PDT 2022
On Fri, 10 Jun 2022 21:49:22 +0200
Nuno Sá <noname.nuno at gmail.com> wrote:
> On Fri, 2022-06-10 at 16:45 +0200, Andy Shevchenko wrote:
> > On Fri, Jun 10, 2022 at 10:46 AM 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.
> >
> > ...
> >
> > > #include <linux/mod_devicetable.h>
> > > #include <linux/mutex.h>
> > > #include <linux/platform_device.h>
> > > +#include <linux/property.h>
> > > +#include <linux/of.h>
> >
> > Ordering (from the context I don't see it's messed up already)
> >
>
> Will double check on v2...
Fixed up whilst applying...
>
> - Nuno Sá
More information about the Linux-mediatek
mailing list