diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-25 08:53:16 +0200 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2023-10-27 12:42:13 +0100 |
| commit | f3205af4c7f29ba4fc0f995d48e450787f93853e (patch) | |
| tree | c1679e24b64f85028746e8960b583778bdd9e421 /include/hw/arm/xlnx-zynqmp.h | |
| parent | d95a3a75800342a9f5cdb5afe9fe7974e0b59209 (diff) | |
| download | focaccia-qemu-f3205af4c7f29ba4fc0f995d48e450787f93853e.tar.gz focaccia-qemu-f3205af4c7f29ba4fc0f995d48e450787f93853e.zip | |
hw/arm/xlnx-zynqmp: 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-11-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm/xlnx-zynqmp.h')
| -rw-r--r-- | include/hw/arm/xlnx-zynqmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/arm/xlnx-zynqmp.h b/include/hw/arm/xlnx-zynqmp.h index 687c75e3b0..96358d51eb 100644 --- a/include/hw/arm/xlnx-zynqmp.h +++ b/include/hw/arm/xlnx-zynqmp.h @@ -18,7 +18,6 @@ #ifndef XLNX_ZYNQMP_H #define XLNX_ZYNQMP_H -#include "hw/arm/boot.h" #include "hw/intc/arm_gic.h" #include "hw/net/cadence_gem.h" #include "hw/char/cadence_uart.h" |