diff --git a/src/init/init.c b/src/init/init.c index c76b4842d88e..7976e2eb673e 100644 --- a/src/init/init.c +++ b/src/init/init.c @@ -41,7 +41,7 @@ #include #include #include -#include +#include #endif #include diff --git a/src/trace/dma-trace.c b/src/trace/dma-trace.c index 554204ac5c70..bfa359b4ba74 100644 --- a/src/trace/dma-trace.c +++ b/src/trace/dma-trace.c @@ -30,7 +30,7 @@ #include #ifdef __ZEPHYR__ -#include +#include #endif #include diff --git a/west.yml b/west.yml index af96853d6586..e209643b4840 100644 --- a/west.yml +++ b/west.yml @@ -43,7 +43,7 @@ manifest: - name: zephyr repo-path: zephyr - revision: ee13f80fd5ede26838d461914858b9cc8cdb652f + revision: 1c2bf123944d0ff064f5c7e46833b84f78cff771 remote: zephyrproject # Import some projects listed in zephyr/west.yml@revision diff --git a/zephyr/edf_schedule.c b/zephyr/edf_schedule.c index a14ed31d060d..1fda330c4e55 100644 --- a/zephyr/edf_schedule.c +++ b/zephyr/edf_schedule.c @@ -102,7 +102,7 @@ static struct scheduler_ops schedule_edf_ops = { __cold int scheduler_init_edf(void) { - struct k_thread *thread = &edf_workq.thread; + k_tid_t thread = k_work_queue_thread_get(&edf_workq); assert_can_be_cold(); diff --git a/zephyr/lib/alloc.c b/zephyr/lib/alloc.c index 031b31673be8..621ac0a83749 100644 --- a/zephyr/lib/alloc.c +++ b/zephyr/lib/alloc.c @@ -37,7 +37,7 @@ struct vmh_heap *virtual_buffers_heap; #include #include #include -#include +#include #include #include diff --git a/zephyr/lib/cpu.c b/zephyr/lib/cpu.c index 94f004bd7356..c2f654509a34 100644 --- a/zephyr/lib/cpu.c +++ b/zephyr/lib/cpu.c @@ -27,7 +27,7 @@ static uint32_t mic_disable_status; #include "../audio/copier/copier.h" /* Zephyr includes */ -#include +#include #include #include #include diff --git a/zephyr/wrapper.c b/zephyr/wrapper.c index e929135ce851..9bbb43f8a798 100644 --- a/zephyr/wrapper.c +++ b/zephyr/wrapper.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include