[PATCH] make two xmon variables static
Olaf Hering
olaf at aepfle.de
Sun Jun 24 16:57:08 EST 2007
xmon_early and xmon_off are only used in this file.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
arch/powerpc/xmon/xmon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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)
{
More information about the Linuxppc-dev
mailing list