MIPS: IP32: Two symbols can become static
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Mon, 30 Mar 2009 19:53:23 +0000 (22:53 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 14 May 2009 12:50:24 +0000 (13:50 +0100)
commit1291417eb61d1cd3fc69e295c2e9b83c5f6a8ff9
treed43403c39c97aeda5eb9bdff77dc03aeeb9058c1
parent1d9c114dc1702306215439cd608047ab639700db
MIPS: IP32: Two symbols can become static

The file arch/mips/mm/sc-rm7k.c needlessly defines two global symbols:

rm7k_sc_ops
rm7k_tcache_enabled

This patch makes these symbols static.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/sc-rm7k.c