summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/host_cmd/src/keyboard_mkbp.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/host_cmd/src/keyboard_mkbp.c')
-rw-r--r--zephyr/test/drivers/host_cmd/src/keyboard_mkbp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zephyr/test/drivers/host_cmd/src/keyboard_mkbp.c b/zephyr/test/drivers/host_cmd/src/keyboard_mkbp.c
index e77230cfaf..4c74a48ab4 100644
--- a/zephyr/test/drivers/host_cmd/src/keyboard_mkbp.c
+++ b/zephyr/test/drivers/host_cmd/src/keyboard_mkbp.c
@@ -3,12 +3,11 @@
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
#include "include/keyboard_mkbp.h"
#include "test/drivers/test_state.h"
#include "test/drivers/utils.h"
-#include <zephyr/ztest.h>
-
struct keyboard_mkbp_commands_fixture {
struct ec_mkbp_config config;
};