From c17d0dc2c52f115be5c210e9571ecee58ff80881 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Fri, 11 Jan 2019 13:14:50 -0800 Subject: [PATCH] esp32: fix build error regarding multiplt BIT() definitions This partially reverts commit 5a47c60dbf4f24fa9ad2206502d5eab152587eac. The soc.h is now only included when _soc_irq_*() is being referred. Fixes #11077. Signed-off-by: Daniel Leung --- arch/xtensa/core/irq_offload.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/xtensa/core/irq_offload.c b/arch/xtensa/core/irq_offload.c index c06987a5e7f..6aefcf75f70 100644 --- a/arch/xtensa/core/irq_offload.c +++ b/arch/xtensa/core/irq_offload.c @@ -8,11 +8,6 @@ #include #include -#ifndef CONFIG_BOARD_QEMU_XTENSA -/* qemu_xtensa has no soc definitions */ -#include -#endif - /* * Xtensa core should support software interrupt in order to allow using * irq_offload feature