summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_system/cros_system_native_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_system/cros_system_native_posix.c')
-rw-r--r--zephyr/drivers/cros_system/cros_system_native_posix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/drivers/cros_system/cros_system_native_posix.c b/zephyr/drivers/cros_system/cros_system_native_posix.c
index 59fdb39972..fab9c4d033 100644
--- a/zephyr/drivers/cros_system/cros_system_native_posix.c
+++ b/zephyr/drivers/cros_system/cros_system_native_posix.c
@@ -6,12 +6,12 @@
/* LCOV_EXCL_START */
/* This is test code, so it should be excluded from coverage */
-#include "common.h"
-#include "drivers/cros_system.h"
-
#include <zephyr/logging/log.h>
#include <zephyr/sys/util.h>
+#include "common.h"
+#include "drivers/cros_system.h"
+
LOG_MODULE_REGISTER(cros_system, LOG_LEVEL_ERR);
/* Driver config stub */