Re: [PATCH 04/15] iio: sx9310: Remove acpi and of table macros

From: Daniel Campello
Date: Tue Jul 28 2020 - 16:47:56 EST


On Tue, Jul 28, 2020 at 12:09 PM Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
>
> On Tue, Jul 28, 2020 at 6:16 PM Daniel Campello <campello@xxxxxxxxxxxx> wrote:
> >
> > Avoids unused warnings due to acpi/of table macros.
> >
>
> At the same time I would check if mod_devicetable.h is included.
I did the following and no error showed up:
#ifndef LINUX_MOD_DEVICETABLE_H
#error Missing include
#endif

>
> > Signed-off-by: Daniel Campello <campello@xxxxxxxxxxxx>
> > Reported-by: kbuild test robot <lkp@xxxxxxxxx>
>
>
> --
> With Best Regards,
> Andy Shevchenko

Regards,
Daniel Campello