Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5e6a280 authored by Olaf Hering's avatar Olaf Hering Committed by Paul Mackerras
Browse files

[POWERPC] Make two xmon variables static



xmon_early and xmon_off are only used in this file.

Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 94a3807c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)
{
{