提交 f5e6a280 编写于 作者: O Olaf Hering 提交者: Paul Mackerras

[POWERPC] Make two xmon variables static

xmon_early and xmon_off are only used in this file.
Signed-off-by: NOlaf Hering <olaf@aepfle.de>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 94a3807c
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册