On Fri, Jun 11, 2021 at 06:13:48PM +0100, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Based on consideration of the output of the include-what-you-use tool. > Note that in this driver the main reason to do this is to ensure > consistency across IIO. > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: Sean Nyekjaer <sean@xxxxxxxxxx> Reviewed-by: Sean Nyekjaer <sean@xxxxxxxxxx> > --- > drivers/iio/accel/fxls8962af-core.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/iio/accel/fxls8962af-core.c b/drivers/iio/accel/fxls8962af-core.c > index 078d87865fde..6882f082d581 100644 > --- a/drivers/iio/accel/fxls8962af-core.c > +++ b/drivers/iio/accel/fxls8962af-core.c > @@ -15,16 +15,17 @@ > #include <linux/bits.h> > #include <linux/bitfield.h> > #include <linux/i2c.h> > +#include <linux/interrupt.h> > #include <linux/module.h> > #include <linux/of_irq.h> > #include <linux/pm_runtime.h> > +#include <linux/property.h> > #include <linux/regulator/consumer.h> > #include <linux/regmap.h> > > #include <linux/iio/buffer.h> > #include <linux/iio/iio.h> > #include <linux/iio/kfifo_buf.h> > -#include <linux/iio/sysfs.h> > > #include "fxls8962af.h" > > -- > 2.31.1 >