aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/acpi_s3.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/x86/acpi_s3.c b/src/arch/x86/acpi_s3.c
index 5ef0f7a6c8..d4c697ebbf 100644
--- a/src/arch/x86/acpi_s3.c
+++ b/src/arch/x86/acpi_s3.c
@@ -6,12 +6,10 @@
#include <arch/cpu.h>
#include <cbmem.h>
#include <commonlib/helpers.h>
+#include <cpu/x86/smm.h>
#include <fallback.h>
#include <timestamp.h>
-#include <program_loading.h>
#include <romstage_handoff.h>
-#include <symbols.h>
-#include <cpu/x86/smm.h>
#if ENV_RAMSTAGE || ENV_POSTCAR