aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-11-17 16:41:38 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-11-19 14:44:27 +0000
commit67a2507c78bbad898e7ee1dbc789c6f3f076b1dd (patch)
tree230720360ed4b15c6559efe8b97a3605bc32153c /src/arch
parent4e56f75bb5c5aefd8cde011b6b64e454c42df2ce (diff)
ACPI S3: Remove unused acpi_is_wakeup_s4()
Change-Id: Id4728b637c784ee2bff7b175e13f4c10419b7f1b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47692 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/acpi_s3.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch/x86/acpi_s3.c b/src/arch/x86/acpi_s3.c
index e805ca3582..af4ab5efa5 100644
--- a/src/arch/x86/acpi_s3.c
+++ b/src/arch/x86/acpi_s3.c
@@ -41,11 +41,6 @@ int acpi_is_wakeup_s3(void)
return (acpi_slp_type == ACPI_S3);
}
-int acpi_is_wakeup_s4(void)
-{
- acpi_handoff_wakeup();
- return (acpi_slp_type == ACPI_S4);
-}
#endif /* ENV_RAMSTAGE */
#define WAKEUP_BASE 0x600