diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/suspend.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index a61c04f..33bbaea 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h @@ -14,11 +14,7 @@ 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) \ |