aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/runtime_services/trusted_os/tsp/test_irq_spurious_gicv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tftf/tests/runtime_services/trusted_os/tsp/test_irq_spurious_gicv2.c')
-rw-r--r--tftf/tests/runtime_services/trusted_os/tsp/test_irq_spurious_gicv2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tftf/tests/runtime_services/trusted_os/tsp/test_irq_spurious_gicv2.c b/tftf/tests/runtime_services/trusted_os/tsp/test_irq_spurious_gicv2.c
index 6eaf0465a..a52f67a36 100644
--- a/tftf/tests/runtime_services/trusted_os/tsp/test_irq_spurious_gicv2.c
+++ b/tftf/tests/runtime_services/trusted_os/tsp/test_irq_spurious_gicv2.c
@@ -5,11 +5,11 @@
*/
#include <arch_helpers.h>
-#include <arm_gic.h>
#include <debug.h>
+#include <drivers/arm/arm_gic.h>
+#include <drivers/arm/gic_common.h>
+#include <drivers/arm/gic_v2.h>
#include <events.h>
-#include <gic_common.h>
-#include <gic_v2.h>
#include <irq.h>
#include <plat_topology.h>
#include <platform.h>