summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/tcpc_nct38xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/tcpc_nct38xx.c')
-rw-r--r--zephyr/shim/src/tcpc_nct38xx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/shim/src/tcpc_nct38xx.c b/zephyr/shim/src/tcpc_nct38xx.c
index 5d3f5ac25c..9580759a6c 100644
--- a/zephyr/shim/src/tcpc_nct38xx.c
+++ b/zephyr/shim/src/tcpc_nct38xx.c
@@ -3,13 +3,13 @@
* found in the LICENSE file.
*/
+#include <zephyr/device.h>
+#include <zephyr/devicetree.h>
+
#include "config.h"
#include "usbc/tcpc_nct38xx.h"
#include "usbc/utils.h"
-#include <zephyr/device.h>
-#include <zephyr/devicetree.h>
-
#define GPIO_DEV_WITH_COMMA(id) DEVICE_DT_GET(DT_PHANDLE(id, gpio_dev)),
#define GPIO_DEV_BINDING(usbc_id, tcpc_id) \