summaryrefslogtreecommitdiff
path: root/zephyr/emul/emul_clock_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/emul/emul_clock_control.c')
-rw-r--r--zephyr/emul/emul_clock_control.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/emul/emul_clock_control.c b/zephyr/emul/emul_clock_control.c
index e4223a5b43..561298a705 100644
--- a/zephyr/emul/emul_clock_control.c
+++ b/zephyr/emul/emul_clock_control.c
@@ -3,16 +3,16 @@
* found in the LICENSE file.
*/
-#include "common.h"
-#include "emul/emul_clock_control.h"
+#define DT_DRV_COMPAT cros_clock_control_emul
#include <zephyr/device.h>
#include <zephyr/drivers/clock_control.h>
#include <zephyr/kernel.h>
-#include <zephyr/logging/log.h>
-#define DT_DRV_COMPAT cros_clock_control_emul
+#include "common.h"
+#include "emul/emul_clock_control.h"
+#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(clock_control_emul, CONFIG_CLOCK_CONTROL_EMUL_LOG_LEVEL);
/** Data needed to maintain the current emulator state */