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>
This commit is contained in:
Elyes Haouas 2022-02-17 14:16:58 +01:00 committed by Felix Held
parent 61c9440888
commit 14976dbed0
1 changed files with 0 additions and 2 deletions

View File

@ -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. */