summary refs log tree commit diff stats
path: root/hw/i386/acpi-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/acpi-common.h')
-rw-r--r--hw/i386/acpi-common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/i386/acpi-common.h b/hw/i386/acpi-common.h
index 9cac18dddf..c30e461f18 100644
--- a/hw/i386/acpi-common.h
+++ b/hw/i386/acpi-common.h
@@ -9,7 +9,6 @@
 #define ACPI_BUILD_IOAPIC_ID 0x0
 
 void acpi_build_madt(GArray *table_data, BIOSLinker *linker,
-                     X86MachineState *x86ms, AcpiDeviceIf *adev,
-                     bool has_pci);
+                     X86MachineState *x86ms, AcpiDeviceIf *adev);
 
 #endif