Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 786142fa authored by Adrian Bunk's avatar Adrian Bunk Committed by Andi Kleen
Browse files

[PATCH] x86-64: make simnow_init() static



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent f0e13ae7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 == '=')