Skip to content

Commit

Permalink
MIPS: RM7000: Symbol should be static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ricardo Mendoza authored and Ralf Baechle committed Oct 4, 2010
1 parent 26deda5 commit 543001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/mm/sc-rm7k.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 543001f

Please sign in to comment.