]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] malta_int.c: make 4 variables static
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Mon, 31 Mar 2008 22:03:25 +0000 (02:03 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 28 Apr 2008 16:14:28 +0000 (17:14 +0100)
commite8caf782ec3c38e4e316d9cf4d0b1da5028f8d6e
treeae36fec593881fef3671a754781f58181b29daa6
parent5e5d7f86dd0ad9deaedc00bf9e4831792dd7933e
[MIPS] malta_int.c: make 4 variables static

The following variables defined in arch/mips/mips-boards/malta/malta_int.c
can become static: msc_irqmap[], msc_nr_irqs, msc_eicirqmap[], and
msc_nr_eicirqs. This patch makes them static.

Successfully build-tested using default configs for Malta, Atlas
and SEAD boards.

Runtime test successfully performed by booting the Malta 4Kc board
up to the shell prompt.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mips-boards/malta/malta_int.c