hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
authorBernhard Beschow <shentey@gmail.com>
Sat, 21 Jan 2023 15:19:38 +0000 (16:19 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 27 Jan 2023 16:47:02 +0000 (11:47 -0500)
commitd395b18dce82855d03d934e30a515caf5a10a885
tree5d5dc1fc4008f32c57126d748e15ed27fbc10236
parentedfa7180106162765a75f7be17be8df0e4ab823e
hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu

The only function ever assigned to AcpiDeviceIfClass::madt_cpu is
pc_madt_cpu_entry() which doesn't use the AcpiDeviceIf parameter.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230121151941.24120-5-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/acpi-x86-stub.c
hw/acpi/cpu.c
hw/i386/acpi-common.c
include/hw/acpi/acpi_dev_interface.h
include/hw/i386/pc.h