diff options
Diffstat (limited to 'include/linux/kexec.h')
-rw-r--r-- | include/linux/kexec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kexec.h b/include/linux/kexec.h index a75641930049..d9bb0a57d208 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h | |||
@@ -100,7 +100,7 @@ struct kimage { | |||
100 | 100 | ||
101 | struct list_head control_pages; | 101 | struct list_head control_pages; |
102 | struct list_head dest_pages; | 102 | struct list_head dest_pages; |
103 | struct list_head unuseable_pages; | 103 | struct list_head unusable_pages; |
104 | 104 | ||
105 | /* Address of next control page to allocate for crash kernels. */ | 105 | /* Address of next control page to allocate for crash kernels. */ |
106 | unsigned long control_page; | 106 | unsigned long control_page; |