summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_rom.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-09-25 17:56:32 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 08:57:46 +0300
commit49a0f8cc964c612164ef101267f90266279409a7 (patch)
treeba8badcc01eb994e0ab5fd0e393cb99a3a52fd20 /drivers/pci/pci_rom.c
parent59c871bca799e1dae0144192d936ac0a3c172686 (diff)
downloadu-boot-49a0f8cc964c612164ef101267f90266279409a7.tar.xz
x86: Move acpi_s3.h to a common location
At present this hedaer is only available on x86. To allow sandbox to use it for testing, move it to a common location. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/pci/pci_rom.c')
-rw-r--r--drivers/pci/pci_rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c
index 2cede1211b..1d4064e376 100644
--- a/drivers/pci/pci_rom.c
+++ b/drivers/pci/pci_rom.c
@@ -35,7 +35,7 @@
#include <linux/screen_info.h>
#ifdef CONFIG_X86
-#include <asm/acpi_s3.h>
+#include <acpi_s3.h>
DECLARE_GLOBAL_DATA_PTR;
#endif