diff --git a/bsp/common/interrupt.c b/bsp/common/interrupt.c index 3db1650ea7cb393c1ae0233f794f12b823eedc3c..919edffcfa9f2f5237a54ee9de13cb78de2164e2 100644 --- a/bsp/common/interrupt.c +++ b/bsp/common/interrupt.c @@ -3,14 +3,7 @@ #include #include "interrupt.h" #include "sdkconfig.h" - -#ifdef CONFIG_USE_GIC -#ifdef CONFIG_EBABLE_GICV3 #include "gicv3.h" -#else -#include "gic.h" -#endif -#endif #define MAX_HANDLERS 160