summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cpu-probe.c
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2007-02-18 01:02:14 +0900
committerRalf Baechle <ralf@linux-mips.org>2007-02-20 01:26:41 +0000
commitf49a747c4adadd96addf4dbf4a44f439513fb29b (patch)
tree77f4011884580229531670f53d3af8ef039b010d /arch/mips/kernel/cpu-probe.c
parentbf15f7679b5cd943758dfd538b852c2ab406bee5 (diff)
downloadop-kernel-dev-f49a747c4adadd96addf4dbf4a44f439513fb29b.zip
op-kernel-dev-f49a747c4adadd96addf4dbf4a44f439513fb29b.tar.gz
[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 50ed6d5..ab755ea 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -98,7 +98,7 @@ static void au1k_wait(void)
static int __initdata nowait = 0;
-int __init wait_disable(char *s)
+static int __init wait_disable(char *s)
{
nowait = 1;
OpenPOWER on IntegriCloud