summary refs log tree commit diff stats
path: root/include/hw/acpi/utils.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/hw/acpi/utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hw/acpi/utils.h b/include/hw/acpi/utils.h
index 140b4de603..0022df027d 100644
--- a/include/hw/acpi/utils.h
+++ b/include/hw/acpi/utils.h
@@ -4,6 +4,5 @@
 #include "hw/nvram/fw_cfg.h"
 
 MemoryRegion *acpi_add_rom_blob(FWCfgCallback update, void *opaque,
-                                GArray *blob, const char *name,
-                                uint64_t max_size);
+                                GArray *blob, const char *name);
 #endif