summaryrefslogtreecommitdiff
path: root/driver/bc12
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2020-12-03 10:56:18 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-03 19:09:21 +0000
commit5103f885bb9d37d94073cd32aec8fcb7945f2f7e (patch)
tree8bc57a856a9bacf2bf3a1627c7afda4976a74d17 /driver/bc12
parent74ae3c01ed6d9bcc02c0468e3b5f1aa2d4eaaca4 (diff)
downloadchrome-ec-5103f885bb9d37d94073cd32aec8fcb7945f2f7e.tar.gz
power: move headers to include/power
This makes the headers visible to the Zephyr build. BUG=b:173798264 BRANCH=none TEST=buildall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I3b6d27c1234b3924ee8902a86eec5fdb2ccd9998 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2571897 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'driver/bc12')
-rw-r--r--driver/bc12/max14637.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/bc12/max14637.c b/driver/bc12/max14637.c
index 91b5441a68..d1c640a0f6 100644
--- a/driver/bc12/max14637.c
+++ b/driver/bc12/max14637.c
@@ -13,7 +13,6 @@
*/
#include "max14637.h"
-#include "cannonlake.h"
#include "charge_manager.h"
#include "chipset.h"
#include "common.h"
@@ -21,6 +20,7 @@
#include "gpio.h"
#include "hooks.h"
#include "power.h"
+#include "power/cannonlake.h"
#include "task.h"
#include "tcpm.h"
#include "timer.h"