From: Andy Shevchenko Date: Wed, 2 Feb 2022 20:53:28 +0000 (+0200) Subject: iio: temperature: maxim_thermocouple: Switch from of headers to mod_devicetable.h X-Git-Tag: v6.6.17~7878^2~55^2~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bb77dcea7fae1b5f692fa4679f5cfa0e6c58df8;p=platform%2Fkernel%2Flinux-rpi.git iio: temperature: maxim_thermocouple: Switch from of headers to mod_devicetable.h There is nothing directly using of specific interfaces in this driver, so lets not include the headers. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20220202205328.57837-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/temperature/maxim_thermocouple.c b/drivers/iio/temperature/maxim_thermocouple.c index 0297e21..98c41cd 100644 --- a/drivers/iio/temperature/maxim_thermocouple.c +++ b/drivers/iio/temperature/maxim_thermocouple.c @@ -6,12 +6,11 @@ * Author: */ -#include #include +#include +#include #include #include -#include -#include #include #include #include