summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/keyboard_scan/src/mkbp_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/keyboard_scan/src/mkbp_info.c')
-rw-r--r--zephyr/test/drivers/keyboard_scan/src/mkbp_info.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/zephyr/test/drivers/keyboard_scan/src/mkbp_info.c b/zephyr/test/drivers/keyboard_scan/src/mkbp_info.c
index 6fd1b0f975..b0d64eb1da 100644
--- a/zephyr/test/drivers/keyboard_scan/src/mkbp_info.c
+++ b/zephyr/test/drivers/keyboard_scan/src/mkbp_info.c
@@ -1,7 +1,11 @@
-/* Copyright 2022 The ChromiumOS Authors
+/* Copyright 2022 The ChromiumOS Authors.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
+#include <zephyr/fff.h>
+#include <emul/emul_kb_raw.h>
+
#include "console.h"
#include "host_command.h"
#include "keyboard_scan.h"
@@ -10,11 +14,6 @@
#include "mkbp_input_devices.h"
#include "test/drivers/test_state.h"
-#include <zephyr/fff.h>
-#include <zephyr/ztest.h>
-
-#include <emul/emul_kb_raw.h>
-
ZTEST(mkbp_info, host_command_mkbp_info__keyboard_info)
{
/* Get the number of keyboard rows and columns */