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:
Daniel Leung 2019-01-11 13:14:50 -08:00 committed by Andrew Boie
commit c17d0dc2c5

View file

@ -8,11 +8,6 @@
#include <arch/xtensa/arch.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
* irq_offload feature