summaryrefslogtreecommitdiff
path: root/power/skylake.c
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 /power/skylake.c
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 'power/skylake.c')
-rw-r--r--power/skylake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power/skylake.c b/power/skylake.c
index 829a0fa370..a4cb649fd5 100644
--- a/power/skylake.c
+++ b/power/skylake.c
@@ -9,9 +9,9 @@
#include "console.h"
#include "gpio.h"
#include "hooks.h"
-#include "intel_x86.h"
#include "lpc.h"
#include "panic.h"
+#include "power/intel_x86.h"
#include "power_button.h"
#include "system.h"
#include "timer.h"