]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
MIPS: Malta: make a needlessly global integer variable static
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Sun, 22 Mar 2009 22:12:27 +0000 (00:12 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 30 Mar 2009 12:49:45 +0000 (14:49 +0200)
commitd0cdfe2423e30f552eb3c90f20fb4c36bb548650
tree2f392325d4e24c46bfde47824251aea2c0745a88
parentb72b7092f8f5f0729cc9f0868997351f21dbc5cd
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>
arch/mips/include/asm/mips-boards/generic.h
arch/mips/mti-malta/malta-init.c