diff options
author | Olaf Hering <olaf@aepfle.de> | 2007-06-24 02:57:08 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-07-10 07:55:46 -0400 |
commit | f5e6a280d153bff3b0cd15651d29d409f8dea698 (patch) | |
tree | de1f7bd9e6ebf561a1e5156562aadab34e6b83b3 /arch/powerpc/xmon/xmon.c | |
parent | 94a3807c2a547283bb2fb1728609ad51c09d5f79 (diff) |
[POWERPC] Make two xmon variables static
xmon_early and xmon_off are only used in this file.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/xmon/xmon.c')
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 28fdf4f50c27..669e6566ad70 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -2634,7 +2634,7 @@ static int __init setup_xmon_sysrq(void) | |||
2634 | __initcall(setup_xmon_sysrq); | 2634 | __initcall(setup_xmon_sysrq); |
2635 | #endif /* CONFIG_MAGIC_SYSRQ */ | 2635 | #endif /* CONFIG_MAGIC_SYSRQ */ |
2636 | 2636 | ||
2637 | int __initdata xmon_early, xmon_off; | 2637 | static int __initdata xmon_early, xmon_off; |
2638 | 2638 | ||
2639 | static int __init early_parse_xmon(char *p) | 2639 | static int __init early_parse_xmon(char *p) |
2640 | { | 2640 | { |