arch_init.h: Don't include arch_init.h unnecessarily
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Jul 2021 10:59:46 +0000 (11:59 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Aug 2021 16:02:00 +0000 (17:02 +0100)
commit7f4c520dac8c8d39e3d19db5a7e6e74693c9c6a4
treecf0ed7a7b15c854005c849bd5308155d7b812bd4
parent3669282cde01809edac8c91f61da50da2a83b067
arch_init.h: Don't include arch_init.h unnecessarily

arch_init.h only defines the QEMU_ARCH_* enumeration and the
arch_type global. Don't include it in files that don't use those.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210730105947.28215-8-peter.maydell@linaro.org
14 files changed:
blockdev.c
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/mips/jazz.c
hw/mips/malta.c
hw/ppc/prep.c
hw/riscv/sifive_e.c
hw/riscv/sifive_u.c
hw/riscv/spike.c
hw/riscv/virt.c
monitor/qmp-cmds.c
target/ppc/cpu_init.c
target/s390x/cpu-sysemu.c