nosave: consolidate __nosave_{begin,end} in <asm/sections.h>
[cascardo/linux.git] / arch / x86 / power / hibernate_32.c
index 7d28c88..291226b 100644 (file)
 #include <asm/page.h>
 #include <asm/pgtable.h>
 #include <asm/mmzone.h>
+#include <asm/sections.h>
 
 /* Defined in hibernate_asm_32.S */
 extern int restore_image(void);
 
-/* References to section boundaries */
-extern const void __nosave_begin, __nosave_end;
-
 /* Pointer to the temporary resume page tables */
 pgd_t *resume_pg_dir;