dect
/
linux-2.6
Archived
13
0
Fork 0

MIPS: RM7000: Symbol should be static

Signed-off-by: Ricardo Mendoza <ricmm@gentoo.org>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1540/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ricardo Mendoza 2010-08-06 11:12:57 -04:30 committed by Ralf Baechle
parent 26deda5cee
commit 543001f8d8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#define tc_lsize 32
extern unsigned long icache_way_size, dcache_way_size;
unsigned long tcache_size;
static unsigned long tcache_size;
#include <asm/r4kcache.h>