arch: remove wait_q.h include

This include is not used directly in those files, so remove it.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-08-29 16:57:45 +00:00
parent 1a513a46fd
commit 1fd3171f7b
6 changed files with 0 additions and 6 deletions

View File

@ -14,7 +14,6 @@
#include <zephyr/kernel.h>
#include <ksched.h>
#include <offsets_short.h>
#include <zephyr/wait_q.h>
#ifdef CONFIG_USERSPACE
#include <zephyr/arch/arc/v2/mpu/arc_core_mpu.h>

View File

@ -21,7 +21,6 @@
#include <zephyr/linker/sections.h>
#include <ksched.h>
#include <kswap.h>
#include <zephyr/wait_q.h>
#include <zephyr/sys/__assert.h>
void z_impl_k_thread_abort(k_tid_t thread)

View File

@ -14,7 +14,6 @@
#include <zephyr/kernel.h>
#include <ksched.h>
#include <zephyr/wait_q.h>
#include <zephyr/sys/barrier.h>
#if (MPU_GUARD_ALIGN_AND_SIZE_FLOAT > MPU_GUARD_ALIGN_AND_SIZE)

View File

@ -13,7 +13,6 @@
#include <zephyr/kernel.h>
#include <ksched.h>
#include <zephyr/wait_q.h>
#include <zephyr/arch/cpu.h>
/*

View File

@ -16,7 +16,6 @@
#include <zephyr/toolchain.h>
#include <zephyr/kernel_structs.h>
#include <ksched.h>
#include <zephyr/wait_q.h>
#include "posix_core.h"
#include <zephyr/arch/posix/posix_soc_if.h>

View File

@ -6,7 +6,6 @@
#include <zephyr/kernel.h>
#include <ksched.h>
#include <zephyr/wait_q.h>
#include <zephyr/posix/time.h>
#ifdef CONFIG_POSIX_CLOCK