From: Andy Shevchenko Date: Thu, 3 Feb 2022 12:27:25 +0000 (+0200) Subject: iio: chemical: bme680: Switch from of headers to mod_devicetable.h X-Git-Tag: v5.18-rc1~83^2~55^2~172 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=200da7ef7cf0d29e67cb9630f72d91839ded8d0a;p=linux-block.git iio: chemical: bme680: 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/20220203122725.75939-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/chemical/bme680_spi.c b/drivers/iio/chemical/bme680_spi.c index cc579a7ac5ce..0a064a395178 100644 --- a/drivers/iio/chemical/bme680_spi.c +++ b/drivers/iio/chemical/bme680_spi.c @@ -4,8 +4,8 @@ * * Copyright (C) 2018 Himanshu Jha */ +#include #include -#include #include #include