summaryrefslogtreecommitdiff
path: root/driver/tcpm/nct38xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/tcpm/nct38xx.c')
-rw-r--r--driver/tcpm/nct38xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/tcpm/nct38xx.c b/driver/tcpm/nct38xx.c
index e3a9fc04a2..120749fb62 100644
--- a/driver/tcpm/nct38xx.c
+++ b/driver/tcpm/nct38xx.c
@@ -15,9 +15,10 @@
#include "usb_common.h"
#ifdef CONFIG_ZEPHYR
+#include "usbc/tcpc_nct38xx.h"
+
#include <zephyr/device.h>
#include <zephyr/drivers/gpio/gpio_nct38xx.h>
-#include "usbc/tcpc_nct38xx.h"
#endif
#if defined(CONFIG_ZEPHYR) && defined(CONFIG_IO_EXPANDER_NCT38XX)