aboutsummaryrefslogtreecommitdiff
path: root/src/soc
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/soc
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/soc')
-rw-r--r--src/soc/intel/common/block/acpi/acpi_bert.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi_bert.c b/src/soc/intel/common/block/acpi/acpi_bert.c
index d090dfd2cf..f94026d9bc 100644
--- a/src/soc/intel/common/block/acpi/acpi_bert.c
+++ b/src/soc/intel/common/block/acpi/acpi_bert.c
@@ -8,9 +8,7 @@
#include <intelblocks/crashlog.h>
-void acpi_soc_fill_bert(acpi_bert_t *bert,
- void **region,
- size_t *length)
+void acpi_soc_fill_bert(void **region, size_t *length)
{
acpi_generic_error_status_t *status = NULL;
size_t cpu_record_size, pmc_record_size;