diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-08 17:06:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-08 17:06:19 -0400 |
commit | d529124fdcf941c34074fd1ce600f4b1b4a7dd07 (patch) | |
tree | e395438990ef82f468eedae5dee0a0fd2048a1f5 /arch/x86/lib/acpi_s3.c | |
parent | f0ca30fa19ee57e2f8452a1d0b8a30eb923d7e22 (diff) | |
parent | 6a5691e297fc44a7c963b15903828fed33d40ba0 (diff) |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/lib/acpi_s3.c')
-rw-r--r-- | arch/x86/lib/acpi_s3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/acpi_s3.c b/arch/x86/lib/acpi_s3.c index 3175da828bd..182379b4397 100644 --- a/arch/x86/lib/acpi_s3.c +++ b/arch/x86/lib/acpi_s3.c @@ -8,6 +8,7 @@ #include <asm/acpi_s3.h> #include <asm/acpi_table.h> #include <asm/post.h> +#include <linux/linkage.h> DECLARE_GLOBAL_DATA_PTR; |