From 89bd0e2ade8fb718f23f00e2f4f86c2e32b94134 Mon Sep 17 00:00:00 2001 From: Dawid Niedzwiecki Date: Wed, 4 Nov 2020 15:11:28 +0100 Subject: pi3usb9201: clean up the includes Remove unnecessary the "tcpm.h" include. It will help with porting the pi3usb9201 driver to Zephyr. BRANCH=none BUG=b:172236680 TEST=make buildall Signed-off-by: Dawid Niedzwiecki Change-Id: I446daf8025e35876c5018e041ba515e4ae017b3d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2521598 Reviewed-by: Jett Rink Reviewed-by: Jack Rosenthal Commit-Queue: Jack Rosenthal --- driver/bc12/pi3usb9201.c | 1 - 1 file changed, 1 deletion(-) (limited to 'driver/bc12/pi3usb9201.c') diff --git a/driver/bc12/pi3usb9201.c b/driver/bc12/pi3usb9201.c index d53668933f..2a9986f823 100644 --- a/driver/bc12/pi3usb9201.c +++ b/driver/bc12/pi3usb9201.c @@ -13,7 +13,6 @@ #include "gpio.h" #include "power.h" #include "task.h" -#include "tcpm.h" #include "timer.h" #include "usb_charge.h" #include "usb_pd.h" -- cgit v1.2.1