From: Andy Shevchenko Date: Wed, 2 Feb 2022 20:55:31 +0000 (+0200) Subject: iio: temperature: mlx90632: Switch from of headers to mod_devicetable.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2314e7ed67d22af2864fae5586d5e20b793f4909;p=linux.git iio: temperature: mlx90632: 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/20220202205531.57966-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/temperature/mlx90632.c b/drivers/iio/temperature/mlx90632.c index 608ccb1d8bc82..7ee7ff8047a43 100644 --- a/drivers/iio/temperature/mlx90632.c +++ b/drivers/iio/temperature/mlx90632.c @@ -13,9 +13,9 @@ #include #include #include +#include #include #include -#include #include #include