Commit 543001f8 authored by Ricardo Mendoza's avatar Ricardo Mendoza Committed by Ralf Baechle

MIPS: RM7000: Symbol should be static

Signed-off-by: default avatarRicardo Mendoza <ricmm@gentoo.org>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1540/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 26deda5c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment