dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Olaf Hering 2007-06-24 16:57:08 +10:00 committed by Paul Mackerras
parent 94a3807c2a
commit f5e6a280d1
1 changed files with 1 additions and 1 deletions

View File

@ -2634,7 +2634,7 @@ static int __init setup_xmon_sysrq(void)
__initcall(setup_xmon_sysrq);
#endif /* CONFIG_MAGIC_SYSRQ */
int __initdata xmon_early, xmon_off;
static int __initdata xmon_early, xmon_off;
static int __init early_parse_xmon(char *p)
{