Commit 0bae5fd3 authored by Pushkar Jambhlekar's avatar Pushkar Jambhlekar Committed by Rafael J. Wysocki

PM / hibernate: Declare variables as static

Fixing sparse warnings: 'symbol not declared. Should it be static?'
Signed-off-by: default avatarPushkar Jambhlekar <pushkar.iit@gmail.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 967b08c2
......@@ -1422,7 +1422,7 @@ static unsigned int nr_meta_pages;
* Numbers of normal and highmem page frames allocated for hibernation image
* before suspending devices.
*/
unsigned int alloc_normal, alloc_highmem;
static unsigned int alloc_normal, alloc_highmem;
/*
* Memory bitmap used for marking saveable pages (during hibernation) or
* hibernation image pages (during restore)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment