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:
parent
b7d96ab42a
commit
e7e8f6655c
1 changed files with 0 additions and 5 deletions
|
@ -8,12 +8,7 @@
|
||||||
#include <zephyr/kernel_structs.h>
|
#include <zephyr/kernel_structs.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <xtensa/config/specreg.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>
|
#include <xtensa_backtrace.h>
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#include <zephyr/debug/coredump.h>
|
#include <zephyr/debug/coredump.h>
|
||||||
#include <zephyr/arch/common/exc_handle.h>
|
#include <zephyr/arch/common/exc_handle.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue