arch/sparc/boot/*.c: Mark various internal functions static

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
Josh Triplett
2009-10-16 14:58:29 -07:00
parent 95981e7de5
commit c843e31546
3 changed files with 10 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
/* Note: run this on an a.out kernel (use elftoaout for it), as PROM looks for a.out image onlly
usage: piggyback vmlinux System.map tail, where tail is gzipped fs of the initial ramdisk */
void die(char *str)
static void die(char *str)
{
perror (str);
exit(1);