From 4386826003d238fea76eb449977fc7d50a51306d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 30 Dec 2020 16:52:10 -0700 Subject: Move tcpic.h header into include/driver This header cannot currently be accessed by Zephyr since it is in a driver directory, not an include directory. This header has quite a bit of public stuff in it, so it seems reasonable to consider everything public. Move the header file and update all users. BUG=b:175434113 BRANCH=none TEST=make buildall -j30 build volteer on zephyr Signed-off-by: Simon Glass Change-Id: Ibba37f47a06783fafb5095f853f2a68d92b6df87 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2607745 --- board/casta/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/casta') diff --git a/board/casta/board.c b/board/casta/board.c index 4942a76f62..45054be092 100644 --- a/board/casta/board.c +++ b/board/casta/board.c @@ -31,7 +31,7 @@ #include "power_button.h" #include "switch.h" #include "system.h" -#include "tcpci.h" +#include "tcpm/tcpci.h" #include "temp_sensor.h" #include "thermistor.h" #include "usb_mux.h" -- cgit v1.2.1