diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-10-18 18:21:00 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-10-27 15:13:47 +0800 |
commit | 411898dc87c09d0cd103a4243c8cb4a72b115c51 (patch) | |
tree | 679a1f1f0bd420e2b3fec815b9ef8e2f43136492 /arch/x86/include/asm/arch-quark/acpi/platform.asl | |
parent | dc80d3b2309b7c6f94daa2a2bd843b8febfa0369 (diff) |
x86: acpi: Put sleepstates.asl to the common place
The supported sleep states are generic on Intel processors. Move the
ASL definition to the common place.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/arch-quark/acpi/platform.asl')
-rw-r--r-- | arch/x86/include/asm/arch-quark/acpi/platform.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-quark/acpi/platform.asl b/arch/x86/include/asm/arch-quark/acpi/platform.asl index 1ecf153c0f..db59c460e3 100644 --- a/arch/x86/include/asm/arch-quark/acpi/platform.asl +++ b/arch/x86/include/asm/arch-quark/acpi/platform.asl @@ -33,4 +33,4 @@ Scope (\_SB) } /* Chipset specific sleep states */ -#include "sleepstates.asl" +#include <asm/acpi/sleepstates.asl> |