[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 01/11] hw/arm: versal: Remove inclusion of arm_gicv3_common.h
From: |
Edgar E. Iglesias |
Subject: |
[PATCH v1 01/11] hw/arm: versal: Remove inclusion of arm_gicv3_common.h |
Date: |
Mon, 27 Apr 2020 20:16:39 +0200 |
From: "Edgar E. Iglesias" <address@hidden>
Remove inclusion of arm_gicv3_common.h, this already gets
included via xlnx-versal.h.
Signed-off-by: Edgar E. Iglesias <address@hidden>
---
hw/arm/xlnx-versal.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/arm/xlnx-versal.c b/hw/arm/xlnx-versal.c
index 94460f2343..c73b2fe755 100644
--- a/hw/arm/xlnx-versal.c
+++ b/hw/arm/xlnx-versal.c
@@ -20,7 +20,6 @@
#include "hw/arm/boot.h"
#include "kvm_arm.h"
#include "hw/misc/unimp.h"
-#include "hw/intc/arm_gicv3_common.h"
#include "hw/arm/xlnx-versal.h"
#include "hw/char/pl011.h"
--
2.20.1