All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: RM7000: Symbol should be static
@ 2010-08-06 15:42 Ricardo Mendoza
  2010-08-06 16:13 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Mendoza @ 2010-08-06 15:42 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: Ricardo Mendoza

arch/mips/mm/sc-rm7k.c defines tcache_size globally.

Make it static.

Signed-off-by: Ricardo Mendoza <ricmm@gentoo.org>
---
 arch/mips/mm/sc-rm7k.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/mm/sc-rm7k.c b/arch/mips/mm/sc-rm7k.c
index 1ef75cd..274af3b 100644
--- a/arch/mips/mm/sc-rm7k.c
+++ b/arch/mips/mm/sc-rm7k.c
@@ -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>
 
-- 
1.6.4.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: RM7000: Symbol should be static
  2010-08-06 15:42 [PATCH] MIPS: RM7000: Symbol should be static Ricardo Mendoza
@ 2010-08-06 16:13 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-08-06 16:13 UTC (permalink / raw)
  To: Ricardo Mendoza; +Cc: linux-mips


Thanks, applied.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-06 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-06 15:42 [PATCH] MIPS: RM7000: Symbol should be static Ricardo Mendoza
2010-08-06 16:13 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.