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:
parent
61c9440888
commit
14976dbed0
|
@ -1232,8 +1232,6 @@ void mainboard_fill_fadt(acpi_fadt_t *fadt);
|
||||||
void acpi_fill_gnvs(void);
|
void acpi_fill_gnvs(void);
|
||||||
void acpi_fill_cnvs(void);
|
void acpi_fill_cnvs(void);
|
||||||
|
|
||||||
void update_ssdt(void *ssdt);
|
|
||||||
|
|
||||||
unsigned long acpi_fill_lpit(unsigned long current);
|
unsigned long acpi_fill_lpit(unsigned long current);
|
||||||
|
|
||||||
/* These can be used by the target port. */
|
/* These can be used by the target port. */
|
||||||
|
|
Loading…
Reference in New Issue