diff options
Diffstat (limited to 'arch/x86/power/hibernate_64.c')
-rw-r--r-- | arch/x86/power/hibernate_64.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/power/hibernate_64.c b/arch/x86/power/hibernate_64.c index 35e2bb6c0f37..009947d419a6 100644 --- a/arch/x86/power/hibernate_64.c +++ b/arch/x86/power/hibernate_64.c | |||
@@ -17,11 +17,9 @@ | |||
17 | #include <asm/page.h> | 17 | #include <asm/page.h> |
18 | #include <asm/pgtable.h> | 18 | #include <asm/pgtable.h> |
19 | #include <asm/mtrr.h> | 19 | #include <asm/mtrr.h> |
20 | #include <asm/sections.h> | ||
20 | #include <asm/suspend.h> | 21 | #include <asm/suspend.h> |
21 | 22 | ||
22 | /* References to section boundaries */ | ||
23 | extern __visible const void __nosave_begin, __nosave_end; | ||
24 | |||
25 | /* Defined in hibernate_asm_64.S */ | 23 | /* Defined in hibernate_asm_64.S */ |
26 | extern asmlinkage __visible int restore_image(void); | 24 | extern asmlinkage __visible int restore_image(void); |
27 | 25 | ||