diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-02-17 14:16:58 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-18 17:13:23 +0000 |
commit | 14976dbed01c08ca875f0d32053012b4a512b626 (patch) | |
tree | 59a222bf8c340c4e1749c557fcda75e644cf0658 | |
parent | 61c944088801f9bdc7cb7a0dd438c8474604a481 (diff) |
include/acpi/acpi.h: Drop non-existing update_ssdt()
Change-Id: Ie8535d97e883d3fed9414fb5ba65a0797b989c0d
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62121
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
-rw-r--r-- | src/include/acpi/acpi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index 8d1e3da4b7..b5421e74cb 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -1232,8 +1232,6 @@ void mainboard_fill_fadt(acpi_fadt_t *fadt); void acpi_fill_gnvs(void); void acpi_fill_cnvs(void); -void update_ssdt(void *ssdt); - unsigned long acpi_fill_lpit(unsigned long current); /* These can be used by the target port. */ |