xtensa: remove core-macros.h from xtensa HAL

core-macros.h includes other files not part of the xtensa HAL, make this
esp32 specific

Fixes #31301

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2021-01-14 10:29:34 -03:00 committed by Anas Nashif
commit 232851a428
3 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,6 @@
#define ZEPHYR_ARCH_XTENSA_INCLUDE_XTENSA_API_H_
#include <xtensa/hal.h>
#include <xtensa/core-macros.h>
#include "xtensa_rtos.h"
#include "xtensa_context.h"