diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/power/snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index 3b1e0f3ad07f..fa46606f3356 100644 --- a/kernel/power/snapshot.c +++ b/kernel/power/snapshot.c | |||
| @@ -1425,7 +1425,7 @@ static unsigned int nr_meta_pages; | |||
| 1425 | * Numbers of normal and highmem page frames allocated for hibernation image | 1425 | * Numbers of normal and highmem page frames allocated for hibernation image |
| 1426 | * before suspending devices. | 1426 | * before suspending devices. |
| 1427 | */ | 1427 | */ |
| 1428 | unsigned int alloc_normal, alloc_highmem; | 1428 | static unsigned int alloc_normal, alloc_highmem; |
| 1429 | /* | 1429 | /* |
| 1430 | * Memory bitmap used for marking saveable pages (during hibernation) or | 1430 | * Memory bitmap used for marking saveable pages (during hibernation) or |
| 1431 | * hibernation image pages (during restore) | 1431 | * hibernation image pages (during restore) |
