diff options
author | Igor Mammedov <imammedo@redhat.com> | 2022-06-08 09:53:08 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-06-09 19:32:48 -0400 |
commit | e7c72a678ab707e1c76c5cdf9befb410cb25e72c (patch) | |
tree | 0fab31a296cb103c4418019c9b5a6d3cba10b5b6 /hw/i386/acpi-build.c | |
parent | f974e0b75b42e50e6f3d529603e316df3e571ca1 (diff) | |
download | qemu-e7c72a678ab707e1c76c5cdf9befb410cb25e72c.zip qemu-e7c72a678ab707e1c76c5cdf9befb410cb25e72c.tar.gz qemu-e7c72a678ab707e1c76c5cdf9befb410cb25e72c.tar.bz2 |
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 c125939..1449832 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" |