aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/pmutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/pmutil.c')
-rw-r--r--src/soc/intel/braswell/pmutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/pmutil.c b/src/soc/intel/braswell/pmutil.c
index 9c5079f8ed..016c45cccc 100644
--- a/src/soc/intel/braswell/pmutil.c
+++ b/src/soc/intel/braswell/pmutil.c
@@ -15,6 +15,7 @@
#include <arch/acpi.h>
#include <arch/io.h>
#include <assert.h>
+#include <bootmode.h>
#include <device/device.h>
#include <device/mmio.h>
#include <device/pci.h>
@@ -26,7 +27,6 @@
#include <soc/pm.h>
#include <stdint.h>
#include <security/vboot/vbnv.h>
-#include <security/vboot/vboot_common.h>
#if defined(__SIMPLE_DEVICE__)
@@ -380,7 +380,7 @@ int vbnv_cmos_failed(void)
return rtc_failure();
}
-int vboot_platform_is_resuming(void)
+int platform_is_resuming(void)
{
if (!(inw(ACPI_BASE_ADDRESS + PM1_STS) & WAK_STS))
return 0;