summary refs log tree commit diff stats
path: root/include/hw/arm
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-10-25 08:53:12 +0200
committerPeter Maydell <peter.maydell@linaro.org>2023-10-27 12:42:13 +0100
commite77bf48586444ede4d37508d276358407c69ccc3 (patch)
treeff42cc9d7d2fd653cd42deeee989807a7e5145af /include/hw/arm
parent88e763dab4ea49bb177affeaa4596ee3270e3287 (diff)
downloadfocaccia-qemu-e77bf48586444ede4d37508d276358407c69ccc3.tar.gz
focaccia-qemu-e77bf48586444ede4d37508d276358407c69ccc3.zip
hw/arm/fsl-imx6: 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-7-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm')
-rw-r--r--include/hw/arm/fsl-imx6.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/arm/fsl-imx6.h b/include/hw/arm/fsl-imx6.h
index 5b4d48da08..519b871014 100644
--- a/include/hw/arm/fsl-imx6.h
+++ b/include/hw/arm/fsl-imx6.h
@@ -17,7 +17,6 @@
 #ifndef FSL_IMX6_H
 #define FSL_IMX6_H
 
-#include "hw/arm/boot.h"
 #include "hw/cpu/a9mpcore.h"
 #include "hw/misc/imx6_ccm.h"
 #include "hw/misc/imx6_src.h"