aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/strongarm.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-18 21:06:41 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-01-26 11:30:49 +0000
commit9404dcdeaaca3680f6abe17a50e7cd519d66ba9e (patch)
treea3c242c9d72b87da16555eb4c8279bd1eaa09275 /hw/arm/strongarm.c
parentf4f318b41abe76a68ec1d616744ab9d6ec839abc (diff)
downloadqemu-9404dcdeaaca3680f6abe17a50e7cd519d66ba9e.zip
qemu-9404dcdeaaca3680f6abe17a50e7cd519d66ba9e.tar.gz
qemu-9404dcdeaaca3680f6abe17a50e7cd519d66ba9e.tar.bz2
hw/arm: Build various units only once
Various files in hw/arm/ don't require "cpu.h" anymore. Except virt-acpi-build.c, all of them don't require any ARM specific knowledge anymore and can be build once as target agnostic units. Update meson accordingly. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20240118200643.29037-21-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/strongarm.c')
-rw-r--r--hw/arm/strongarm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/strongarm.c b/hw/arm/strongarm.c
index 7563786..7fd99a0 100644
--- a/hw/arm/strongarm.c
+++ b/hw/arm/strongarm.c
@@ -28,7 +28,6 @@
*/
#include "qemu/osdep.h"
-#include "cpu.h"
#include "hw/irq.h"
#include "hw/qdev-properties.h"
#include "hw/qdev-properties-system.h"