summaryrefslogtreecommitdiff
path: root/common/keyboard_8042_sharedlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/keyboard_8042_sharedlib.c')
-rw-r--r--common/keyboard_8042_sharedlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/keyboard_8042_sharedlib.c b/common/keyboard_8042_sharedlib.c
index 810f9873b3..3e98c977b7 100644
--- a/common/keyboard_8042_sharedlib.c
+++ b/common/keyboard_8042_sharedlib.c
@@ -5,6 +5,8 @@
* Objects which can be shared between RO and RW for 8042 keyboard protocol.
*/
+#include <stddef.h>
+
#include "builtin/assert.h"
#include "button.h"
#include "keyboard_8042_sharedlib.h"
@@ -13,8 +15,6 @@
#include "libsharedobjs.h"
#include "util.h"
-#include <stddef.h>
-
#ifndef CONFIG_KEYBOARD_CUSTOMIZATION
/* The standard Chrome OS keyboard matrix table in scan code set 2. */
static uint16_t scancode_set2[KEYBOARD_COLS_MAX][KEYBOARD_ROWS] = {