public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] i386/x86_64 early_printk.c: make simnow_init() static
@ 2007-03-05  1:47 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-03-05  1:47 UTC (permalink / raw)
  To: linux-kernel

This patch makes the needlessly global simnow_init() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.21-rc2-mm1/arch/x86_64/kernel/early_printk.c.old	2007-03-04 20:25:46.000000000 +0100
+++ linux-2.6.21-rc2-mm1/arch/x86_64/kernel/early_printk.c	2007-03-04 20:26:08.000000000 +0100
@@ -176,7 +176,7 @@
 	return ret;
 }
 
-void __init simnow_init(char *str)
+static void __init simnow_init(char *str)
 {
 	char *fn = "klog";
 	if (*str == '=')


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-05  1:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05  1:47 [2.6 patch] i386/x86_64 early_printk.c: make simnow_init() static Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox