summaryrefslogtreecommitdiff
path: root/board/tglrvpu_ite
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 /board/tglrvpu_ite
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 'board/tglrvpu_ite')
-rw-r--r--board/tglrvpu_ite/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tglrvpu_ite/board.c b/board/tglrvpu_ite/board.c
index 3a548b78b2..97ecf7c89f 100644
--- a/board/tglrvpu_ite/board.c
+++ b/board/tglrvpu_ite/board.c
@@ -11,11 +11,11 @@
#include "driver/charger/isl9241.h"
#include "extpower.h"
#include "i2c.h"
-#include "icelake.h"
#include "intc.h"
#include "it83xx_pd.h"
#include "lid_switch.h"
#include "power.h"
+#include "power/icelake.h"
#include "power_button.h"
#include "switch.h"
#include "system.h"