x86: Move acpi_s3.h to include/acpi/
authorSimon Glass <sjg@chromium.org>
Wed, 8 Apr 2020 22:57:35 +0000 (16:57 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 16 Apr 2020 06:36:28 +0000 (14:36 +0800)
commit3cabcf966d42649cd60eb575c9cf5c22eb9e9123
tree650176e845ef2d1e04a4dbc34e4e4eae4dc5f66e
parentf50cc9528850ed546b44894cdc7ab4ceb4b30550
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>
16 files changed:
arch/x86/cpu/apollolake/cpu_spl.c
arch/x86/cpu/apollolake/fsp_s.c
arch/x86/cpu/apollolake/pmc.c
arch/x86/cpu/baytrail/acpi.c
arch/x86/cpu/cpu.c
arch/x86/cpu/wakeup.S
arch/x86/lib/acpi_s3.c
arch/x86/lib/coreboot_table.c
arch/x86/lib/fsp/fsp_common.c
arch/x86/lib/fsp1/fsp_common.c
arch/x86/lib/fsp2/fsp_dram.c
drivers/pci/pci_rom.c
drivers/power/acpi_pmc/acpi-pmc-uclass.c
drivers/sysreset/sysreset_x86.c
include/acpi/acpi_s3.h [new file with mode: 0644]
include/acpi_s3.h [deleted file]