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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200da7ef7cf0d29e67cb9630f72d91839ded8d0a;p=thirdparty%2Fkernel%2Flinux.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 cc579a7ac5ce5..0a064a3951783 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