summaryrefslogtreecommitdiff
path: root/zephyr/app/ec
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-04 10:39:47 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-04 19:59:31 +0000
commitdd02db69e0ba766d2e18bef34a3f5931b8b262dc (patch)
treebd67bd09693244a6cbb9d363ac1e741fee2fdfdc /zephyr/app/ec
parent91e1159aa12b394016728936d3d3f53dc47fdbd5 (diff)
downloadchrome-ec-dd02db69e0ba766d2e18bef34a3f5931b8b262dc.tar.gz
main: Add chipset.h header
This is needed for init_reset_log(). Add it. BUG=none BRANCH=none TEST=builds host_sleep.c without warnings Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: Id7251f1e16d17d19aef6e9ad3e60851f9b63124b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2676263 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/app/ec')
-rw-r--r--zephyr/app/ec/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/app/ec/main.c b/zephyr/app/ec/main.c
index 2a1c6ac9b8..5be4f2d031 100644
--- a/zephyr/app/ec/main.c
+++ b/zephyr/app/ec/main.c
@@ -6,6 +6,7 @@
#include <sys/printk.h>
#include <zephyr.h>
+#include "chipset.h"
#include "ec_tasks.h"
#include "hooks.h"
#include "keyboard_scan.h"