aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/wakeup.S
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-08 16:57:35 -0600
committerBin Meng <bmeng.cn@gmail.com>2020-04-16 14:36:28 +0800
commit3cabcf966d42649cd60eb575c9cf5c22eb9e9123 (patch)
tree650176e845ef2d1e04a4dbc34e4e4eae4dc5f66e /arch/x86/cpu/wakeup.S
parentf50cc9528850ed546b44894cdc7ab4ceb4b30550 (diff)
downloadu-boot-3cabcf966d42649cd60eb575c9cf5c22eb9e9123.zip
u-boot-3cabcf966d42649cd60eb575c9cf5c22eb9e9123.tar.gz
u-boot-3cabcf966d42649cd60eb575c9cf5c22eb9e9123.tar.bz2
x86: Move acpi_s3.h to include/acpi/
This header relates to ACPI and we are about to add some more ACPI headers. Move this one into a new directory so they are together. The header inclusion in pci_rom.c is not specific to x86 anymore, so drop the #ifdef CONFIG_X86. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/wakeup.S')
-rw-r--r--arch/x86/cpu/wakeup.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/wakeup.S b/arch/x86/cpu/wakeup.S
index 244ca12..093bf3b 100644
--- a/arch/x86/cpu/wakeup.S
+++ b/arch/x86/cpu/wakeup.S
@@ -5,7 +5,7 @@
* From coreboot src/arch/x86/wakeup.S
*/
-#include <acpi_s3.h>
+#include <acpi/acpi_s3.h>
#include <asm/processor.h>
#include <asm/processor-flags.h>