Fix all -Wmissing-prototypes warnings in x86 defconfig

Signed-off-by: Trevor Keith <tsrk@tsrk.net>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Trevor Keith
2009-09-22 16:43:38 -07:00
committed by Linus Torvalds
parent e898893399
commit 5c72513843
4 changed files with 8 additions and 8 deletions

View File

@@ -446,7 +446,7 @@ static int cpio_mkfile_line(const char *line)
return rc;
}
void usage(const char *prog)
static void usage(const char *prog)
{
fprintf(stderr, "Usage:\n"
"\t%s <cpio_list>\n"