projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94a3807
)
[POWERPC] Make two xmon variables static
author
Olaf Hering
<olaf@aepfle.de>
Sun, 24 Jun 2007 06:57:08 +0000
(16:57 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 10 Jul 2007 11:55:46 +0000
(21:55 +1000)
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>
arch/powerpc/xmon/xmon.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/xmon/xmon.c
b/arch/powerpc/xmon/xmon.c
index
28fdf4f
..
669e656
100644
(file)
--- 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)
{