diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-25 08:53:15 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-10-27 12:42:13 +0100 |
commit | d95a3a75800342a9f5cdb5afe9fe7974e0b59209 (patch) | |
tree | 79b1da1dd39fc4c98761e994cba90335d95b7fec /include | |
parent | f27cbd94ee57897db09d816d8cfbc19d3c1ac85c (diff) | |
download | qemu-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 'include')
-rw-r--r-- | include/hw/arm/xlnx-versal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/arm/xlnx-versal.h b/include/hw/arm/xlnx-versal.h index 7b419f8..b710d71 100644 --- a/include/hw/arm/xlnx-versal.h +++ b/include/hw/arm/xlnx-versal.h @@ -13,7 +13,6 @@ #define XLNX_VERSAL_H #include "hw/sysbus.h" -#include "hw/arm/boot.h" #include "hw/cpu/cluster.h" #include "hw/or-irq.h" #include "hw/sd/sdhci.h" |