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:
parent
26deda5cee
commit
543001f8d8
|
@ -30,7 +30,7 @@
|
||||||
#define tc_lsize 32
|
#define tc_lsize 32
|
||||||
|
|
||||||
extern unsigned long icache_way_size, dcache_way_size;
|
extern unsigned long icache_way_size, dcache_way_size;
|
||||||
unsigned long tcache_size;
|
static unsigned long tcache_size;
|
||||||
|
|
||||||
#include <asm/r4kcache.h>
|
#include <asm/r4kcache.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue