summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/watchdog.c')
-rw-r--r--zephyr/test/drivers/default/src/watchdog.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/zephyr/test/drivers/default/src/watchdog.c b/zephyr/test/drivers/default/src/watchdog.c
index a82800a6de..958aa3eaaa 100644
--- a/zephyr/test/drivers/default/src/watchdog.c
+++ b/zephyr/test/drivers/default/src/watchdog.c
@@ -8,19 +8,20 @@
* @brief Unit Tests for watchdog.
*/
+#include <zephyr/device.h>
+#include <zephyr/drivers/watchdog.h>
+
+#include <zephyr/logging/log.h>
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
+
#include "common.h"
#include "ec_tasks.h"
+#include <zephyr/fff.h>
#include "hooks.h"
#include "test/drivers/stubs.h"
-#include "test/drivers/test_state.h"
#include "watchdog.h"
-
-#include <zephyr/device.h>
-#include <zephyr/drivers/watchdog.h>
-#include <zephyr/fff.h>
-#include <zephyr/kernel.h>
-#include <zephyr/logging/log.h>
-#include <zephyr/ztest.h>
+#include "test/drivers/test_state.h"
#define wdt DEVICE_DT_GET(DT_CHOSEN(cros_ec_watchdog))