From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Based on manual inspection of the suggestions from the include-what-you-use tool. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> --- drivers/iio/inkern.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/iio/inkern.c b/drivers/iio/inkern.c index 72c130d9fecb..2b478261f9a2 100644 --- a/drivers/iio/inkern.c +++ b/drivers/iio/inkern.c @@ -3,11 +3,16 @@ * * Copyright (c) 2011 Jonathan Cameron */ +#include <linux/device.h> #include <linux/err.h> #include <linux/export.h> -#include <linux/slab.h> +#include <linux/list.h> +#include <linux/math64.h> #include <linux/mutex.h> #include <linux/of.h> +#include <linux/printk.h> +#include <linux/slab.h> +#include <linux/string.h> #include <linux/iio/iio.h> #include "iio_core.h" -- 2.33.0