summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/src/morthal/usb_mux_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/skyrim/src/morthal/usb_mux_config.c')
-rw-r--r--zephyr/program/skyrim/src/morthal/usb_mux_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/program/skyrim/src/morthal/usb_mux_config.c b/zephyr/program/skyrim/src/morthal/usb_mux_config.c
index 8fe76233e2..f4b6502b35 100644
--- a/zephyr/program/skyrim/src/morthal/usb_mux_config.c
+++ b/zephyr/program/skyrim/src/morthal/usb_mux_config.c
@@ -5,8 +5,6 @@
/* Morthal board-specific USB-C mux configuration */
-#include <zephyr/drivers/gpio.h>
-
#include "console.h"
#include "cros_board_info.h"
#include "cros_cbi.h"
@@ -16,6 +14,8 @@
#include "usb_mux.h"
#include "usbc/usb_muxes.h"
+#include <zephyr/drivers/gpio.h>
+
#define CPRINTSUSB(format, args...) cprints(CC_USBCHARGE, format, ##args)
#define CPRINTFUSB(format, args...) cprintf(CC_USBCHARGE, format, ##args)