summaryrefslogtreecommitdiff
path: root/arch/x86/lib/acpi_s3.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-08 16:57:36 -0600
committerBin Meng <bmeng.cn@gmail.com>2020-04-16 14:36:28 +0800
commit776cc2019467567b9a834f80cc5b03128efa372a (patch)
treeecacaab497f73c667c1790ba1dc952d4a70e5f13 /arch/x86/lib/acpi_s3.c
parent3cabcf966d42649cd60eb575c9cf5c22eb9e9123 (diff)
x86: Move acpi_table header to main include/ directory
This file is potentially useful to other architectures saddled with ACPI so move most of its contents to a common location. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Diffstat (limited to 'arch/x86/lib/acpi_s3.c')
-rw-r--r--arch/x86/lib/acpi_s3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/acpi_s3.c b/arch/x86/lib/acpi_s3.c
index c3759ec849..52410a515d 100644
--- a/arch/x86/lib/acpi_s3.c
+++ b/arch/x86/lib/acpi_s3.c
@@ -5,8 +5,8 @@
#include <common.h>
#include <acpi/acpi_s3.h>
+#include <acpi/acpi_table.h>
#include <asm/acpi.h>
-#include <asm/acpi_table.h>
#include <asm/post.h>
#include <linux/linkage.h>