From d34782fcd1d2ff88522fd024ade74289a37f455d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 17 Dec 2020 15:15:04 -0700 Subject: tcpm: Move tcpm.h into an include directory This header file is used from quite a few files, relying on the EC build system to find includes in the driver/tcpm directory. For Zephyr we don't want to add that as an include. It makes more sense for header files to be in an include directory, so move it and fix up the users. BUG=b:175434113 BRANCH=none TEST=build Zephyr and ECOS on volteer Signed-off-by: Simon Glass Change-Id: I5851914b1a7d3fdc1ba911c0fbe9046afbaf6f5d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2597985 Reviewed-by: Keith Short --- include/usb_dp_alt_mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/usb_dp_alt_mode.h') diff --git a/include/usb_dp_alt_mode.h b/include/usb_dp_alt_mode.h index 1cde3c3752..df968879be 100644 --- a/include/usb_dp_alt_mode.h +++ b/include/usb_dp_alt_mode.h @@ -14,7 +14,7 @@ #include -#include "tcpm.h" +#include "tcpm/tcpm.h" /* * Initialize DP state for the specified port. -- cgit v1.2.1