From: Ralf Baechle Date: Fri, 27 Jul 2007 17:36:32 +0000 (+0100) Subject: [MIPS] SMTC: Declare static what should be static. X-Git-Tag: v3.12-rc1~27309^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97aef63c9f403e4a3d07e3da9e468add0cd93385;p=kernel%2Fkernel-generic.git [MIPS] SMTC: Declare static what should be static. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c index 596c5a7..2bfb2ee 100644 --- a/arch/mips/kernel/smtc.c +++ b/arch/mips/kernel/smtc.c @@ -168,9 +168,9 @@ static int __init tintq(char *str) __setup("tintq=", tintq); -int imstuckcount[2][8]; +static int imstuckcount[2][8]; /* vpemask represents IM/IE bits of per-VPE Status registers, low-to-high */ -int vpemask[2][8] = { +static int vpemask[2][8] = { {0, 0, 1, 0, 0, 0, 0, 1}, {0, 0, 0, 0, 0, 0, 0, 1} };