summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_rtc/cros_rtc_xec.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_rtc/cros_rtc_xec.c')
-rw-r--r--zephyr/drivers/cros_rtc/cros_rtc_xec.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/zephyr/drivers/cros_rtc/cros_rtc_xec.c b/zephyr/drivers/cros_rtc/cros_rtc_xec.c
index f42560e107..c543aab6af 100644
--- a/zephyr/drivers/cros_rtc/cros_rtc_xec.c
+++ b/zephyr/drivers/cros_rtc/cros_rtc_xec.c
@@ -5,18 +5,17 @@
#define DT_DRV_COMPAT microchip_xec_cros_rtc
-#include "ec_tasks.h"
-#include "task.h"
-
#include <assert.h>
-
+#include <drivers/cros_rtc.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/kernel.h>
-#include <zephyr/logging/log.h>
-
-#include <drivers/cros_rtc.h>
#include <soc.h>
#include <soc/microchip_xec/reg_def_cros.h>
+
+#include "ec_tasks.h"
+#include "task.h"
+
+#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(cros_rtc, LOG_LEVEL_ERR);
/* Driver config */