mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[MIPS] SMTC: Declare static what should be static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
033890b084
commit
97aef63c9f
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue