Skip to content

Commit

Permalink
[PATCH] x86-64: make simnow_init() static
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Adrian Bunk authored and Andi Kleen committed May 2, 2007
1 parent f0e13ae commit 786142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static noinline long simnow(long cmd, long a, long b, long c)
return ret;
}

void __init simnow_init(char *str)
static void __init simnow_init(char *str)
{
char *fn = "klog";
if (*str == '=')
Expand Down

0 comments on commit 786142f

Please sign in to comment.