diff options
author | Igor Mammedov | 2022-06-08 15:53:13 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-06-10 01:32:48 +0200 |
commit | a576158ee9e68d3237bb5a2b0ff0280b291e7972 (patch) | |
tree | d34fab19c100ca3a5c0eca2f123729f8a001f4cf /include/hw/isa/isa.h | |
parent | acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d... (diff) | |
download | qemu-a576158ee9e68d3237bb5a2b0ff0280b291e7972.tar.gz qemu-a576158ee9e68d3237bb5a2b0ff0280b291e7972.tar.xz qemu-a576158ee9e68d3237bb5a2b0ff0280b291e7972.zip |
isa-bus: drop no longer used ISADeviceClass::build_aml
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20220608135340.3304695-9-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/isa/isa.h')
-rw-r--r-- | include/hw/isa/isa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/isa/isa.h b/include/hw/isa/isa.h index 034d706ba1..5c5a3d43a7 100644 --- a/include/hw/isa/isa.h +++ b/include/hw/isa/isa.h @@ -64,7 +64,6 @@ struct IsaDmaClass { struct ISADeviceClass { DeviceClass parent_class; - void (*build_aml)(ISADevice *dev, Aml *scope); }; struct ISABus { |