aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/power/snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c
index d79a38de425a..a628cccafa4a 100644
--- a/kernel/power/snapshot.c
+++ b/kernel/power/snapshot.c
@@ -1422,7 +1422,7 @@ static unsigned int nr_meta_pages;
1422 * Numbers of normal and highmem page frames allocated for hibernation image 1422 * Numbers of normal and highmem page frames allocated for hibernation image
1423 * before suspending devices. 1423 * before suspending devices.
1424 */ 1424 */
1425unsigned int alloc_normal, alloc_highmem; 1425static unsigned int alloc_normal, alloc_highmem;
1426/* 1426/*
1427 * Memory bitmap used for marking saveable pages (during hibernation) or 1427 * Memory bitmap used for marking saveable pages (during hibernation) or
1428 * hibernation image pages (during restore) 1428 * hibernation image pages (during restore)