summaryrefslogtreecommitdiff
path: root/plat/arm/common/arm_gicv3_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/common/arm_gicv3_legacy.c')
-rw-r--r--plat/arm/common/arm_gicv3_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/common/arm_gicv3_legacy.c b/plat/arm/common/arm_gicv3_legacy.c
index 61709334..8396b600 100644
--- a/plat/arm/common/arm_gicv3_legacy.c
+++ b/plat/arm/common/arm_gicv3_legacy.c
@@ -48,7 +48,7 @@
* In the GICv3 Legacy mode, the Group 1 secure interrupts are treated as Group
* 0 interrupts.
*/
-const unsigned int irq_sec_array[] = {
+static const unsigned int irq_sec_array[] = {
PLAT_ARM_G0_IRQS,
PLAT_ARM_G1S_IRQS
};