aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>2020-04-27 20:16:39 +0200
committerPeter Maydell <peter.maydell@linaro.org>2020-05-04 11:08:20 +0100
commit5995a02511cd147212353ee377905112359b6fc1 (patch)
tree8d39a5897b18b816d0ce72eccba9395275a01a07 /hw/arm
parente544f80030121040c8932ff1bd4006f390266c0f (diff)
downloadqemu-5995a02511cd147212353ee377905112359b6fc1.zip
qemu-5995a02511cd147212353ee377905112359b6fc1.tar.gz
qemu-5995a02511cd147212353ee377905112359b6fc1.tar.bz2
hw/arm: versal: Remove inclusion of arm_gicv3_common.h
Remove inclusion of arm_gicv3_common.h, this already gets included via xlnx-versal.h. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Luc Michel <luc.michel@greensocs.com> Message-id: 20200427181649.26851-2-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/xlnx-versal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/xlnx-versal.c b/hw/arm/xlnx-versal.c
index 94460f2..c73b2fe 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"