aboutsummaryrefslogtreecommitdiff
path: root/plat/socionext/synquacer/sq_gicv3.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/socionext/synquacer/sq_gicv3.c')
-rw-r--r--plat/socionext/synquacer/sq_gicv3.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/plat/socionext/synquacer/sq_gicv3.c b/plat/socionext/synquacer/sq_gicv3.c
index 94e5a66b69..05318e3723 100644
--- a/plat/socionext/synquacer/sq_gicv3.c
+++ b/plat/socionext/synquacer/sq_gicv3.c
@@ -5,11 +5,13 @@
*/
#include <assert.h>
-#include <gicv3.h>
-#include <interrupt_props.h>
-#include <platform.h>
+
#include <platform_def.h>
+#include <common/interrupt_props.h>
+#include <drivers/arm/gicv3.h>
+#include <plat/common/platform.h>
+
#include "sq_common.h"
static uintptr_t sq_rdistif_base_addrs[PLATFORM_CORE_COUNT];