From f8ad5bb2a442b73536cc3cecfb65a2fc796bec70 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 27 Aug 2020 22:13:47 -0500 Subject: bsps: Break out AArch32 GICv3 support This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures. --- bsps/arm/imx/include/bsp/irq.h | 2 +- bsps/arm/imx/include/tm27.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bsps/arm/imx') diff --git a/bsps/arm/imx/include/bsp/irq.h b/bsps/arm/imx/include/bsp/irq.h index 78b48e1613..1eea075bdc 100644 --- a/bsps/arm/imx/include/bsp/irq.h +++ b/bsps/arm/imx/include/bsp/irq.h @@ -20,7 +20,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/bsps/arm/imx/include/tm27.h b/bsps/arm/imx/include/tm27.h index c17c0107b4..982ea594be 100644 --- a/bsps/arm/imx/include/tm27.h +++ b/bsps/arm/imx/include/tm27.h @@ -19,6 +19,6 @@ #ifndef __tm27_h #define __tm27_h -#include +#include #endif /* __tm27_h */ -- cgit v1.2.3