From 28fb42643a4aa42586cee44aab033a103bed9ed1 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Thu, 7 Nov 2019 08:58:24 -0800 Subject: [PATCH] soc: xtensa/intel_s1000_crb: fix build error on xtensa_api.h Commit 2d7460482de9ee1aaaa05a48ac9f5db2fb9114a3 missed replacing the path to xtensa_api.h in the intel_s1000_crb soc.c file. So update it. Signed-off-by: Daniel Leung --- soc/xtensa/intel_s1000/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/xtensa/intel_s1000/soc.c b/soc/xtensa/intel_s1000/soc.c index 1ec145035cc..a3cb65b40e8 100644 --- a/soc/xtensa/intel_s1000/soc.c +++ b/soc/xtensa/intel_s1000/soc.c @@ -5,7 +5,7 @@ */ #include -#include +#include #include #include #include