From 3635c39237a776cff284118867212a084309d2b4 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 17 Jun 2020 14:17:41 +0300 Subject: ACPI,drivers/: Do not guard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Header was moved outside arch/. Change-Id: Id96c2bdcee49cddab6610c7e2cd6f07638279256 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/42456 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Angel Pons --- src/drivers/elog/elog.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/drivers/elog/elog.c') diff --git a/src/drivers/elog/elog.c b/src/drivers/elog/elog.c index a08624fe74..01fa9cce65 100644 --- a/src/drivers/elog/elog.c +++ b/src/drivers/elog/elog.c @@ -1,8 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#if CONFIG(HAVE_ACPI_RESUME) #include -#endif #include #include #include @@ -738,11 +736,7 @@ static bool elog_do_add_boot_count(void) if (ENV_SMM) return false; -#if CONFIG(HAVE_ACPI_RESUME) return !acpi_is_wakeup_s3(); -#else - return true; -#endif } /* Check and log POST codes from previous boot */ -- cgit v1.2.3