mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
[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);
|
__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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue