Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>