ACPI S3: Hide acpi_slp_type
Change-Id: I48a20e34f11adc7c61d0ce6b3c005dbd712fbcac Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/10360 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#if ENV_RAMSTAGE
|
||||
|
||||
/* This is filled with acpi_is_wakeup() call early in ramstage. */
|
||||
int acpi_slp_type = -1;
|
||||
static int acpi_slp_type = -1;
|
||||
|
||||
#if IS_ENABLED(CONFIG_EARLY_CBMEM_INIT)
|
||||
int acpi_get_sleep_type(void)
|
||||
|
Reference in New Issue
Block a user