From: Andy Shevchenko Date: Wed, 15 Jun 2022 12:08:03 +0000 (+0300) Subject: iio: adc: intel_mrfld_adc: explicitly add proper header files X-Git-Tag: v6.6.17~6911^2~26^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf49a46b6d8b87c5b9c28692d1c66d911b1b73a2;p=platform%2Fkernel%2Flinux-rpi.git iio: adc: intel_mrfld_adc: explicitly add proper header files 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: Andy Shevchenko Reviewed-by: Nuno Sá Link: https://lore.kernel.org/r/20220615120803.41350-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/intel_mrfld_adc.c b/drivers/iio/adc/intel_mrfld_adc.c index 616de0c..7263ad7 100644 --- a/drivers/iio/adc/intel_mrfld_adc.c +++ b/drivers/iio/adc/intel_mrfld_adc.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include