[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:
committed by
Paul Mackerras
parent
94a3807c2a
commit
f5e6a280d1
@@ -2634,7 +2634,7 @@ static int __init setup_xmon_sysrq(void)
|
|||||||
__initcall(setup_xmon_sysrq);
|
__initcall(setup_xmon_sysrq);
|
||||||
#endif /* CONFIG_MAGIC_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)
|
static int __init early_parse_xmon(char *p)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user