diff options
author | Mark Cave-Ayland <mark.caveayland@nutanix.com> | 2025-08-28 12:09:46 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-08-29 11:20:47 +0200 |
commit | b55eab382cfbeb11f0afe116a06243d3fe5e43d9 (patch) | |
tree | 1efc09845f30aea9c85bf30d3ee81a970c439864 | |
parent | 483a232e0431f19a4d6596be59c1d51370407249 (diff) | |
download | qemu-b55eab382cfbeb11f0afe116a06243d3fe5e43d9.zip qemu-b55eab382cfbeb11f0afe116a06243d3fe5e43d9.tar.gz qemu-b55eab382cfbeb11f0afe116a06243d3fe5e43d9.tar.bz2 |
hw/i386/pc_piix.c: remove include for loader.h
This header is not required since the loader functionality is handled separately
by pc_memory_init() in pc.c.
Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20250828111057.468712-4-mark.caveayland@nutanix.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | hw/i386/pc_piix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 9a3b5d8..3519862 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -28,7 +28,6 @@ #include "qemu/units.h" #include "hw/char/parallel-isa.h" #include "hw/dma/i8257.h" -#include "hw/loader.h" #include "hw/i386/x86.h" #include "hw/i386/pc.h" #include "hw/i386/apic.h" |