On Mon, 16 Dec 2019 19:38:45 +0200 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > There is no evidence that the driver supports or needs ACPI APIs. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Applied. > --- > drivers/iio/light/st_uvis25_i2c.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/light/st_uvis25_i2c.c b/drivers/iio/light/st_uvis25_i2c.c > index dacbac6a6662..4889bbeb0c73 100644 > --- a/drivers/iio/light/st_uvis25_i2c.c > +++ b/drivers/iio/light/st_uvis25_i2c.c > @@ -9,7 +9,6 @@ > > #include <linux/kernel.h> > #include <linux/module.h> > -#include <linux/acpi.h> > #include <linux/i2c.h> > #include <linux/slab.h> > #include <linux/regmap.h>