diff options
Diffstat (limited to 'plat/common/plat_gicv2.c')
-rw-r--r-- | plat/common/plat_gicv2.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plat/common/plat_gicv2.c b/plat/common/plat_gicv2.c index 4b6687371..4c76f1bd1 100644 --- a/plat/common/plat_gicv2.c +++ b/plat/common/plat_gicv2.c @@ -3,13 +3,15 @@ * * SPDX-License-Identifier: BSD-3-Clause */ + #include <assert.h> -#include <gic_common.h> -#include <gicv2.h> -#include <interrupt_mgmt.h> -#include <platform.h> #include <stdbool.h> +#include <bl31/interrupt_mgmt.h> +#include <drivers/arm/gic_common.h> +#include <drivers/arm/gicv2.h> +#include <plat/common/platform.h> + /* * The following platform GIC functions are weakly defined. They * provide typical implementations that may be re-used by multiple |