aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r--arch/x86_64/kernel/early_printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/early_printk.c b/arch/x86_64/kernel/early_printk.c
index b7aa9abe1c6..92213d2b7c1 100644
--- a/arch/x86_64/kernel/early_printk.c
+++ b/arch/x86_64/kernel/early_printk.c
@@ -175,7 +175,7 @@ static noinline long simnow(long cmd, long a, long b, long c)
175 return ret; 175 return ret;
176} 176}
177 177
178void __init simnow_init(char *str) 178static void __init simnow_init(char *str)
179{ 179{
180 char *fn = "klog"; 180 char *fn = "klog";
181 if (*str == '=') 181 if (*str == '=')