x86: acpi-build: do not include hw/isa/isa.h directly
authorIgor Mammedov <imammedo@redhat.com>
Wed, 8 Jun 2022 13:53:40 +0000 (09:53 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 9 Jun 2022 23:32:49 +0000 (19:32 -0400)
commit92344e76b867883a023b2b51123a1ca58c5bb714
tree573410fe427830a732b22de503251b542a3e7be5
parentf3115cdd9cb8cb6ffba5b9d3e37f096724c77099
x86: acpi-build: do not include hw/isa/isa.h directly

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 <imammedo@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20220608135340.3304695-36-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c