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
This commit is contained in:
parent
67d958b640
commit
35efba2bc0
3 changed files with 4 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue