On Fri, 10 Jun 2022 10:45:18 +0200 Nuno Sá <nuno.sa@xxxxxxxxxx> 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@xxxxxxxxxx> Applied. > --- > drivers/iio/adc/mp2629_adc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/adc/mp2629_adc.c b/drivers/iio/adc/mp2629_adc.c > index aca084f1e78a..30a31f185d08 100644 > --- a/drivers/iio/adc/mp2629_adc.c > +++ b/drivers/iio/adc/mp2629_adc.c > @@ -11,6 +11,7 @@ > #include <linux/iio/iio.h> > #include <linux/iio/machine.h> > #include <linux/mfd/mp2629.h> > +#include <linux/mod_devicetable.h> > #include <linux/module.h> > #include <linux/mutex.h> > #include <linux/platform_device.h>