From: Andy Shevchenko Date: Wed, 2 Feb 2022 20:34:20 +0000 (+0200) Subject: iio: humidity: dht11: Switch from of headers to mod_devicetable.h X-Git-Tag: v5.18-rc1~83^2~55^2~169 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d2fdbccd809605a0813cd119ba20f84536b7c95b;p=linux-block.git iio: humidity: dht11: 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/20220202203420.56654-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/humidity/dht11.c b/drivers/iio/humidity/dht11.c index 9a7819817488..c97e25448772 100644 --- a/drivers/iio/humidity/dht11.c +++ b/drivers/iio/humidity/dht11.c @@ -11,10 +11,9 @@ #include #include #include -#include -#include #include #include +#include #include #include #include