summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_kb_raw/cros_kb_raw_xec.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_kb_raw/cros_kb_raw_xec.c')
-rw-r--r--zephyr/drivers/cros_kb_raw/cros_kb_raw_xec.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/zephyr/drivers/cros_kb_raw/cros_kb_raw_xec.c b/zephyr/drivers/cros_kb_raw/cros_kb_raw_xec.c
index 30ffd7ca85..797377f84f 100644
--- a/zephyr/drivers/cros_kb_raw/cros_kb_raw_xec.c
+++ b/zephyr/drivers/cros_kb_raw/cros_kb_raw_xec.c
@@ -5,20 +5,19 @@
#define DT_DRV_COMPAT microchip_xec_cros_kb_raw
-#include "ec_tasks.h"
-#include "keyboard_raw.h"
-#include "task.h"
-
#include <assert.h>
-
+#include <drivers/cros_kb_raw.h>
#include <zephyr/drivers/clock_control.h>
-#include <zephyr/drivers/interrupt_controller/intc_mchp_xec_ecia.h>
#include <zephyr/drivers/pinctrl.h>
-#include <zephyr/logging/log.h>
-
-#include <drivers/cros_kb_raw.h>
+#include <zephyr/drivers/interrupt_controller/intc_mchp_xec_ecia.h>
#include <soc.h>
#include <soc/microchip_xec/reg_def_cros.h>
+
+#include "ec_tasks.h"
+#include "keyboard_raw.h"
+#include "task.h"
+
+#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(cros_kb_raw, LOG_LEVEL_ERR);
#ifdef CONFIG_PLATFORM_EC_KEYBOARD_COL2_INVERTED