diff options
author | Dmitri Vorobiev <dmitri.vorobiev@movial.com> | 2009-03-22 18:12:27 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-03-30 08:49:45 -0400 |
commit | d0cdfe2423e30f552eb3c90f20fb4c36bb548650 (patch) | |
tree | 2f392325d4e24c46bfde47824251aea2c0745a88 /arch/mips/mti-malta | |
parent | b72b7092f8f5f0729cc9f0868997351f21dbc5cd (diff) |
MIPS: Malta: make a needlessly global integer variable static
The variable `mips_revision_corid' is needlessly defined global in
arch/mips/mti-malta/malta-init.c, and this patch makes it static.
Build-tested with malta_defconfig.
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mti-malta')
-rw-r--r-- | arch/mips/mti-malta/malta-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mti-malta/malta-init.c b/arch/mips/mti-malta/malta-init.c index 4832af251668..475038a141a6 100644 --- a/arch/mips/mti-malta/malta-init.c +++ b/arch/mips/mti-malta/malta-init.c | |||
@@ -48,7 +48,7 @@ int *_prom_argv, *_prom_envp; | |||
48 | 48 | ||
49 | int init_debug = 0; | 49 | int init_debug = 0; |
50 | 50 | ||
51 | int mips_revision_corid; | 51 | static int mips_revision_corid; |
52 | int mips_revision_sconid; | 52 | int mips_revision_sconid; |
53 | 53 | ||
54 | /* Bonito64 system controller register base. */ | 54 | /* Bonito64 system controller register base. */ |