[PATCH] swsusp: introduce the swap map structure
[firefly-linux-kernel-4.4.55.git] / include / linux / suspend.h
index a61c04f804b2b41b4da68ab3d5f0466b51a66452..33bbaea23aaf3dfe70742bbd98e2f85d0a72b19b 100644 (file)
 typedef struct pbe {
        unsigned long address;          /* address of the copy */
        unsigned long orig_address;     /* original address of page */
-       swp_entry_t swap_address;       
-
-       struct pbe *next;       /* also used as scratch space at
-                                * end of page (see link, diskpage)
-                                */
+       struct pbe *next;
 } suspend_pagedir_t;
 
 #define for_each_pbe(pbe, pblist) \