diff --git a/drivers/flash/flash_handlers.c b/drivers/flash/flash_handlers.c index 338c6c8402d61e..b560ea8ae4baae 100644 --- a/drivers/flash/flash_handlers.c +++ b/drivers/flash/flash_handlers.c @@ -56,7 +56,7 @@ int z_vrfy_flash_fill(const struct device *dev, uint8_t val, off_t offset, K_OOPS(K_SYSCALL_OBJ(dev, K_OBJ_DRIVER_FLASH)); return z_impl_flash_fill(dev, val, offset, size); } -#include +#include int z_vrfy_flash_flatten(const struct device *dev, off_t offset, size_t size) { @@ -64,7 +64,7 @@ int z_vrfy_flash_flatten(const struct device *dev, off_t offset, size_t size) return z_impl_flash_flatten(dev, offset, size); } -#include +#include #ifdef CONFIG_FLASH_PAGE_LAYOUT static inline int z_vrfy_flash_get_page_info_by_offs(const struct device *dev, diff --git a/include/zephyr/drivers/mspi.h b/include/zephyr/drivers/mspi.h index ba7ef0f8cf0a4a..a8ed10f6f955fb 100644 --- a/include/zephyr/drivers/mspi.h +++ b/include/zephyr/drivers/mspi.h @@ -804,5 +804,5 @@ static inline int mspi_register_callback(const struct device *controller, /** * @} */ -#include +#include #endif /* ZEPHYR_INCLUDE_MSPI_H_ */ diff --git a/include/zephyr/drivers/tee.h b/include/zephyr/drivers/tee.h index d81213f385646c..5d424478357e74 100644 --- a/include/zephyr/drivers/tee.h +++ b/include/zephyr/drivers/tee.h @@ -667,6 +667,6 @@ static inline int z_impl_tee_suppl_send(const struct device *dev, unsigned int r * @} */ -#include +#include #endif /* ZEPHYR_INCLUDE_DRIVERS_TEE_H_ */ diff --git a/kernel/device.c b/kernel/device.c index 64d5a85e4503b8..c4f4f1ec9fc12c 100644 --- a/kernel/device.c +++ b/kernel/device.c @@ -125,7 +125,7 @@ static inline const struct device *z_vrfy_device_get_by_dt_nodelabel(const char return z_impl_device_get_by_dt_nodelabel(nl_copy); } -#include +#include #endif /* CONFIG_USERSPACE */ #endif /* CONFIG_DEVICE_DT_METADATA */