]> Git Repo - qemu.git/commitdiff
x86: acpi-build: do not include hw/isa/isa.h directly
authorIgor Mammedov <[email protected]>
Wed, 8 Jun 2022 13:53:40 +0000 (09:53 -0400)
committerMichael S. Tsirkin <[email protected]>
Thu, 9 Jun 2022 23:32:49 +0000 (19:32 -0400)
the last remaining dependency on ISA in acpi-build.c
is iapc_boot_arch_8042() which pulls in in isa.h
in its own header hw/input/i8042.h. Clean up
not longer needed direct inclusion of isa.h in
acpi-build.c

Signed-off-by: Igor Mammedov <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Message-Id: <20220608135340.3304695[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/acpi-build.c

index 0b65fc99cdcceb4998348bef4b3137a4b366af1c..f41e14a4696775dcd2b45c04869f39e00cd5d804 100644 (file)
@@ -37,7 +37,6 @@
 #include "hw/acpi/cpu.h"
 #include "hw/nvram/fw_cfg.h"
 #include "hw/acpi/bios-linker-loader.h"
-#include "hw/isa/isa.h"
 #include "hw/acpi/acpi_aml_interface.h"
 #include "hw/input/i8042.h"
 #include "hw/acpi/memory_hotplug.h"
This page took 0.029652 seconds and 4 git commands to generate.