diff options
Diffstat (limited to 'arch/x86/cpu/wakeup.S')
-rw-r--r-- | arch/x86/cpu/wakeup.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/wakeup.S b/arch/x86/cpu/wakeup.S index 663b02f27d..244ca1276a 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 <asm/acpi_s3.h> +#include <acpi_s3.h> #include <asm/processor.h> #include <asm/processor-flags.h> |