diff options
author | Igor Mammedov | 2022-06-08 15:53:08 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-06-10 01:32:48 +0200 |
commit | e7c72a678ab707e1c76c5cdf9befb410cb25e72c (patch) | |
tree | 0fab31a296cb103c4418019c9b5a6d3cba10b5b6 /hw/i386/acpi-build.c | |
parent | acpi: make isa_build_aml() support AcpiDevAmlIf interface (diff) | |
download | qemu-e7c72a678ab707e1c76c5cdf9befb410cb25e72c.tar.gz qemu-e7c72a678ab707e1c76c5cdf9befb410cb25e72c.tar.xz qemu-e7c72a678ab707e1c76c5cdf9befb410cb25e72c.zip |
acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_dev_aml
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20220608135340.3304695-4-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/acpi-build.c')
-rw-r--r-- | hw/i386/acpi-build.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index c125939ed6..1449832aa9 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-build.c @@ -40,7 +40,6 @@ #include "hw/acpi/bios-linker-loader.h" #include "hw/isa/isa.h" #include "hw/input/i8042.h" -#include "hw/block/fdc.h" #include "hw/acpi/memory_hotplug.h" #include "sysemu/tpm.h" #include "hw/acpi/tpm.h" |