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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bf49a46b6d8b87c5b9c28692d1c66d911b1b73a2;p=linux.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 616de0c3a0498..7263ad76124d7 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