esp32: fix build error regarding multiplt BIT() definitions
This partially reverts commit 5a47c60dbf
.
The soc.h is now only included when _soc_irq_*() is being referred.
Fixes #11077.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
381c7bd519
commit
c17d0dc2c5
1 changed files with 0 additions and 5 deletions
|
@ -8,11 +8,6 @@
|
||||||
#include <arch/xtensa/arch.h>
|
#include <arch/xtensa/arch.h>
|
||||||
#include <xtensa_api.h>
|
#include <xtensa_api.h>
|
||||||
|
|
||||||
#ifndef CONFIG_BOARD_QEMU_XTENSA
|
|
||||||
/* qemu_xtensa has no soc definitions */
|
|
||||||
#include <soc.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Xtensa core should support software interrupt in order to allow using
|
* Xtensa core should support software interrupt in order to allow using
|
||||||
* irq_offload feature
|
* irq_offload feature
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue