summaryrefslogtreecommitdiff
path: root/baseboard/brask/cbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/brask/cbi.c')
-rw-r--r--baseboard/brask/cbi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/baseboard/brask/cbi.c b/baseboard/brask/cbi.c
index 0ff0e4c7f7..0dcfcca253 100644
--- a/baseboard/brask/cbi.c
+++ b/baseboard/brask/cbi.c
@@ -3,13 +3,13 @@
* found in the LICENSE file.
*/
-#include "common.h"
+#include <stdint.h>
+
#include "console.h"
+#include "common.h"
#include "cros_board_info.h"
#include "hooks.h"
-#include <stdint.h>
-
#define CPRINTS(format, args...) cprints(CC_SYSTEM, format, ##args)
#define CPRINTF(format, args...) cprintf(CC_SYSTEM, format, ##args)