Commit 76ab51a9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] init/initramfs.c: make unpack_to_rootfs static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 570ec947
......@@ -413,7 +413,7 @@ static void __init flush_window(void)
outcnt = 0;
}
char * __init unpack_to_rootfs(char *buf, unsigned len, int check_only)
static char * __init unpack_to_rootfs(char *buf, unsigned len, int check_only)
{
int written;
dry_run = check_only;
......
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