提交 47a460d5 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

kernel/power/disk.c: make code static

resume_file[] and create_image() can become static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Acked-by: NPavel Machek <pavel@ucw.cz>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 cbed6c6e
......@@ -26,7 +26,7 @@
static int noresume = 0;
char resume_file[256] = CONFIG_PM_STD_PARTITION;
static char resume_file[256] = CONFIG_PM_STD_PARTITION;
dev_t swsusp_resume_device;
sector_t swsusp_resume_block;
......@@ -185,7 +185,7 @@ static void platform_restore_cleanup(int platform_mode)
* reappears in this routine after a restore.
*/
int create_image(int platform_mode)
static int create_image(int platform_mode)
{
int error;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册