From: Vasileios Amoiridis Date: Mon, 21 Oct 2024 19:53:04 +0000 (+0200) Subject: iio: chemical: bme680: Add missing regmap.h include X-Git-Tag: v6.13-rc1~28^2~11^2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5055b4b4d98e13f6722c041a3f3fd9e3737942a;p=thirdparty%2Flinux.git iio: chemical: bme680: Add missing regmap.h include Add the linux/regmap.h header since the struct regmap_config is used in this file. Signed-off-by: Vasileios Amoiridis Link: https://patch.msgid.link/20241021195316.58911-2-vassilisamir@gmail.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/chemical/bme680.h b/drivers/iio/chemical/bme680.h index b2c547ac8d349..dc9ff477da349 100644 --- a/drivers/iio/chemical/bme680.h +++ b/drivers/iio/chemical/bme680.h @@ -2,6 +2,8 @@ #ifndef BME680_H_ #define BME680_H_ +#include + #define BME680_REG_CHIP_ID 0xD0 #define BME680_CHIP_ID_VAL 0x61 #define BME680_REG_SOFT_RESET 0xE0