From: Olaf Hering Date: Sun, 24 Jun 2007 06:57:08 +0000 (+1000) Subject: [POWERPC] Make two xmon variables static X-Git-Tag: v2.6.23-rc1~767^2^2~22 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=f5e6a280d153bff3b0cd15651d29d409f8dea698;p=powerpc.git [POWERPC] Make two xmon variables static xmon_early and xmon_off are only used in this file. Signed-off-by: Olaf Hering Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 28fdf4f50c..669e6566ad 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/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) {