diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-25 08:53:11 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-10-27 12:42:13 +0100 |
commit | 88e763dab4ea49bb177affeaa4596ee3270e3287 (patch) | |
tree | e5aea0c5f2b0297ddcf2f3b47e55133b4d022730 /include/hw/arm | |
parent | 6fda3b91bf28aa88791fc77954abba0b1648c296 (diff) | |
download | qemu-88e763dab4ea49bb177affeaa4596ee3270e3287.zip qemu-88e763dab4ea49bb177affeaa4596ee3270e3287.tar.gz qemu-88e763dab4ea49bb177affeaa4596ee3270e3287.tar.bz2 |
hw/arm/fsl-imx31: 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-6-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-imx31.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/arm/fsl-imx31.h b/include/hw/arm/fsl-imx31.h index c116a73..40c593a 100644 --- a/include/hw/arm/fsl-imx31.h +++ b/include/hw/arm/fsl-imx31.h @@ -17,7 +17,6 @@ #ifndef FSL_IMX31_H #define FSL_IMX31_H -#include "hw/arm/boot.h" #include "hw/intc/imx_avic.h" #include "hw/misc/imx31_ccm.h" #include "hw/char/imx_serial.h" |