aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-10-25 08:53:15 +0200
committerPeter Maydell <peter.maydell@linaro.org>2023-10-27 12:42:13 +0100
commitd95a3a75800342a9f5cdb5afe9fe7974e0b59209 (patch)
tree79b1da1dd39fc4c98761e994cba90335d95b7fec /hw
parentf27cbd94ee57897db09d816d8cfbc19d3c1ac85c (diff)
downloadqemu-d95a3a75800342a9f5cdb5afe9fe7974e0b59209.zip
qemu-d95a3a75800342a9f5cdb5afe9fe7974e0b59209.tar.gz
qemu-d95a3a75800342a9f5cdb5afe9fe7974e0b59209.tar.bz2
hw/arm/xlnx-versal: Remove 'hw/arm/boot.h' from header
"hw/arm/boot.h" is only required on the source file. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Luc Michel <luc.michel@amd.com> Message-id: 20231025065316.56817-10-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/arm/xlnx-versal-virt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/xlnx-versal-virt.c b/hw/arm/xlnx-versal-virt.c
index 88c561f..5371182 100644
--- a/hw/arm/xlnx-versal-virt.c
+++ b/hw/arm/xlnx-versal-virt.c
@@ -19,6 +19,7 @@
#include "cpu.h"
#include "hw/qdev-properties.h"
#include "hw/arm/xlnx-versal.h"
+#include "hw/arm/boot.h"
#include "qom/object.h"
#define TYPE_XLNX_VERSAL_VIRT_MACHINE MACHINE_TYPE_NAME("xlnx-versal-virt")