aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cpu-probe.c
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2007-02-17 11:02:14 -0500
committerRalf Baechle <ralf@linux-mips.org>2007-02-19 20:26:41 -0500
commitf49a747c4adadd96addf4dbf4a44f439513fb29b (patch)
tree77f4011884580229531670f53d3af8ef039b010d /arch/mips/kernel/cpu-probe.c
parentbf15f7679b5cd943758dfd538b852c2ab406bee5 (diff)
[MIPS] Make some __setup functions static
This fixes some sparse warnings. ("warning: symbol 'foo' was not declared. Should it be static?") Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r--arch/mips/kernel/cpu-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index 50ed6d58ae7..ab755ea26c6 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -98,7 +98,7 @@ static void au1k_wait(void)
98 98
99static int __initdata nowait = 0; 99static int __initdata nowait = 0;
100 100
101int __init wait_disable(char *s) 101static int __init wait_disable(char *s)
102{ 102{
103 nowait = 1; 103 nowait = 1;
104 104