浏览代码

[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>
Olaf Hering 18 年之前
父节点
当前提交
f5e6a280d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/powerpc/xmon/xmon.c

+ 1 - 1
arch/powerpc/xmon/xmon.c

@@ -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)
 {