[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:
parent
94a3807c2a
commit
f5e6a280d1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue