summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorDawid Niedzwiecki <dn@semihalf.com>2020-11-04 15:11:28 +0100
committerCommit Bot <commit-bot@chromium.org>2020-11-07 02:27:59 +0000
commit89bd0e2ade8fb718f23f00e2f4f86c2e32b94134 (patch)
tree3ce3131a11882e10cc34771f483051e164a9b758 /driver
parent9718b5117d7cce903b56bf9c16aafbaafa5d1d32 (diff)
downloadchrome-ec-89bd0e2ade8fb718f23f00e2f4f86c2e32b94134.tar.gz
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 <dn@semihalf.com> Change-Id: I446daf8025e35876c5018e041ba515e4ae017b3d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2521598 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'driver')
-rw-r--r--driver/bc12/pi3usb9201.c1
1 files changed, 0 insertions, 1 deletions
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"