From: Dmitri Vorobiev Date: Mon, 31 Mar 2008 22:03:25 +0000 (+0400) Subject: [MIPS] malta_int.c: make 4 variables static X-Git-Tag: v2.6.26-rc1~700^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57c1913b4dd3bc070cbfccffff3768965a81282;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed