summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_flash/cros_flash_xec.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_flash/cros_flash_xec.c')
-rw-r--r--zephyr/drivers/cros_flash/cros_flash_xec.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zephyr/drivers/cros_flash/cros_flash_xec.c b/zephyr/drivers/cros_flash/cros_flash_xec.c
index aaa181c9bf..2424c2a499 100644
--- a/zephyr/drivers/cros_flash/cros_flash_xec.c
+++ b/zephyr/drivers/cros_flash/cros_flash_xec.c
@@ -6,11 +6,11 @@
#define DT_DRV_COMPAT microchip_xec_cros_flash
#include <drivers/cros_flash.h>
-#include <drivers/flash.h>
-#include <drivers/gpio.h>
-#include <drivers/spi.h>
-#include <kernel.h>
-#include <logging/log.h>
+#include <zephyr/drivers/flash.h>
+#include <zephyr/drivers/gpio.h>
+#include <zephyr/drivers/spi.h>
+#include <zephyr/kernel.h>
+#include <zephyr/logging/log.h>
#include <soc.h>
#include "flash.h"