aboutsummaryrefslogtreecommitdiff
path: root/src/include/acpi
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-05-28 15:54:21 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-06-01 12:49:26 +0000
commit35efba2bc06921d68ae4a345ab611f5d3ac3d5d1 (patch)
tree14536f652d3f3fbc819990d0af03d1d55282f654 /src/include/acpi
parent67d958b64078216546e32d12ff8cae422e14c622 (diff)
acpi: drop unused parameter from acpi_soc_fill_bert
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ic354824468f016a7857c6990024ae87db6fd00bf Reviewed-on: https://review.coreboot.org/c/coreboot/+/55052 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Lance Zhao
Diffstat (limited to 'src/include/acpi')
-rw-r--r--src/include/acpi/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h
index d5e933bce5..dd00c405db 100644
--- a/src/include/acpi/acpi.h
+++ b/src/include/acpi/acpi.h
@@ -1342,7 +1342,7 @@ unsigned long acpi_create_lpi_desc_ncst(acpi_lpi_desc_ncst_t *lpi_desc, uint16_t
/* For crashlog. */
bool acpi_is_boot_error_src_present(void);
-void acpi_soc_fill_bert(acpi_bert_t *bert, void **region, size_t *length);
+void acpi_soc_fill_bert(void **region, size_t *length);
/* For ACPI S3 support. */
void __noreturn acpi_resume(void *wake_vec);