aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/gic.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/arm/gic.c')
-rw-r--r--xen/arch/arm/gic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/arm/gic.c b/xen/arch/arm/gic.c
index 7686bde7cf..b77761e245 100644
--- a/xen/arch/arm/gic.c
+++ b/xen/arch/arm/gic.c
@@ -30,7 +30,7 @@
#include <asm/p2m.h>
#include <asm/domain.h>
-#include "gic.h"
+#include <asm/gic.h>
/* Access to the GIC Distributor registers through the fixmap */
#define GICD ((volatile uint32_t *) FIXMAP_ADDR(FIXMAP_GICD))