diff options
Diffstat (limited to 'arch/mips/kernel/cpu-probe.c')
-rw-r--r-- | arch/mips/kernel/cpu-probe.c | 2 |
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) | |||
98 | 98 | ||
99 | static int __initdata nowait = 0; | 99 | static int __initdata nowait = 0; |
100 | 100 | ||
101 | int __init wait_disable(char *s) | 101 | static int __init wait_disable(char *s) |
102 | { | 102 | { |
103 | nowait = 1; | 103 | nowait = 1; |
104 | 104 | ||