Skip to content

Commit

Permalink
[POWERPC] Make two xmon variables static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Jul 10, 2007
1 parent 94a3807 commit f5e6a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/xmon/xmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f5e6a28

Please sign in to comment.