aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-10-25 08:53:10 +0200
committerPeter Maydell <peter.maydell@linaro.org>2023-10-27 12:42:13 +0100
commit6fda3b91bf28aa88791fc77954abba0b1648c296 (patch)
tree110ce0b258ab41313fee814220ec079694ba1aed /hw
parent6f4d538aa1b7923e1bf2917f38569888482c3a29 (diff)
downloadqemu-6fda3b91bf28aa88791fc77954abba0b1648c296.zip
qemu-6fda3b91bf28aa88791fc77954abba0b1648c296.tar.gz
qemu-6fda3b91bf28aa88791fc77954abba0b1648c296.tar.bz2
hw/arm/fsl-imx25: 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-5-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/arm/imx25_pdk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/imx25_pdk.c b/hw/arm/imx25_pdk.c
index b4f7f4e..7dfddd4 100644
--- a/hw/arm/imx25_pdk.c
+++ b/hw/arm/imx25_pdk.c
@@ -27,6 +27,7 @@
#include "qapi/error.h"
#include "hw/qdev-properties.h"
#include "hw/arm/fsl-imx25.h"
+#include "hw/arm/boot.h"
#include "hw/boards.h"
#include "qemu/error-report.h"
#include "sysemu/qtest.h"