summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_system/cros_system_xec.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_system/cros_system_xec.c')
-rw-r--r--zephyr/drivers/cros_system/cros_system_xec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/drivers/cros_system/cros_system_xec.c b/zephyr/drivers/cros_system/cros_system_xec.c
index 76b5c95362..8d0c8f864c 100644
--- a/zephyr/drivers/cros_system/cros_system_xec.c
+++ b/zephyr/drivers/cros_system/cros_system_xec.c
@@ -3,13 +3,13 @@
* found in the LICENSE file.
*/
-#include <arch/arm/aarch32/cortex_m/cmsis.h>
+#include <zephyr/arch/arm/aarch32/cortex_m/cmsis.h>
#include <drivers/cros_system.h>
-#include <drivers/watchdog.h>
-#include <logging/log.h>
+#include <zephyr/drivers/watchdog.h>
+#include <zephyr/logging/log.h>
#include <soc.h>
#include <soc/microchip_xec/reg_def_cros.h>
-#include <sys/util.h>
+#include <zephyr/sys/util.h>
#include "system.h"
#include "system_chip.h"