summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cpu-probe.c
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2007-02-17 17:02:14 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-02-20 02:26:41 +0100
commitf49a747c4adadd96addf4dbf4a44f439513fb29b (patch)
tree77f4011884580229531670f53d3af8ef039b010d /arch/mips/kernel/cpu-probe.c
parent[MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=y (diff)
downloadlinux-f49a747c4adadd96addf4dbf4a44f439513fb29b.tar.xz
linux-f49a747c4adadd96addf4dbf4a44f439513fb29b.zip
[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 50ed6d58ae71..ab755ea26c6a 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;