Skip to content

Commit e7e8f66

Browse files
andyrosscarlescufi
authored andcommitted
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>
1 parent b7d96ab commit e7e8f66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/xtensa/core/fatal.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
#include <zephyr/kernel_structs.h>
99
#include <inttypes.h>
1010
#include <xtensa/config/specreg.h>
11-
#include <xtensa-asm2-context.h>
12-
#if defined(CONFIG_XTENSA_ENABLE_BACKTRACE)
13-
#if XCHAL_HAVE_WINDOWED
1411
#include <xtensa_backtrace.h>
15-
#endif
16-
#endif
1712
#include <zephyr/debug/coredump.h>
1813
#include <zephyr/arch/common/exc_handle.h>
1914
#include <zephyr/logging/log.h>

0 commit comments

Comments
 (0)