arch/xtensa: #include cleanup

This file doesn't need the asm2 header, and the preprocessor logic
around whether to include the backtrace header is needless (all it
does is declare functions).

Signed-off-by: Andy Ross <andyross@google.com>
This commit is contained in:
Andy Ross 2023-08-27 12:32:57 -07:00 committed by Carles Cufí
parent b7d96ab42a
commit e7e8f6655c
1 changed files with 0 additions and 5 deletions

View File

@ -8,12 +8,7 @@
#include <zephyr/kernel_structs.h>
#include <inttypes.h>
#include <xtensa/config/specreg.h>
#include <xtensa-asm2-context.h>
#if defined(CONFIG_XTENSA_ENABLE_BACKTRACE)
#if XCHAL_HAVE_WINDOWED
#include <xtensa_backtrace.h>
#endif
#endif
#include <zephyr/debug/coredump.h>
#include <zephyr/arch/common/exc_handle.h>
#include <zephyr/logging/log.h>