summaryrefslogtreecommitdiff
path: root/driver/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ppc')
-rw-r--r--driver/ppc/aoz1380.c2
-rw-r--r--driver/ppc/nx20p348x.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/driver/ppc/aoz1380.c b/driver/ppc/aoz1380.c
index 83b6d67795..9ce5b442ac 100644
--- a/driver/ppc/aoz1380.c
+++ b/driver/ppc/aoz1380.c
@@ -17,7 +17,7 @@
#include "aoz1380.h"
#include "hooks.h"
#include "system.h"
-#include "tcpm.h"
+#include "tcpm/tcpm.h"
#include "usb_pd.h"
#include "usb_pd_tcpc.h"
#include "usbc_ppc.h"
diff --git a/driver/ppc/nx20p348x.c b/driver/ppc/nx20p348x.c
index b23bc4192f..a5ab4200c5 100644
--- a/driver/ppc/nx20p348x.c
+++ b/driver/ppc/nx20p348x.c
@@ -12,7 +12,7 @@
#include "hooks.h"
#include "i2c.h"
#include "system.h"
-#include "tcpm.h"
+#include "tcpm/tcpm.h"
#include "usb_charge.h"
#include "usb_pd_tcpm.h"
#include "usb_pd.h"