summaryrefslogtreecommitdiff
path: root/board/adlrvpp_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/adlrvpp_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/adlrvpp_ite')
-rw-r--r--board/adlrvpp_ite/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/adlrvpp_ite/board.c b/board/adlrvpp_ite/board.c
index b0b9c7789c..c9fe6db0ce 100644
--- a/board/adlrvpp_ite/board.c
+++ b/board/adlrvpp_ite/board.c
@@ -14,12 +14,12 @@
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
-#include "icelake.h"
#include "isl9241.h"
#include "it83xx_pd.h"
#include "lid_switch.h"
#include "pca9675.h"
#include "power.h"
+#include "power/icelake.h"
#include "power_button.h"
#include "pwm.h"
#include "pwm_chip.h"