commit | 1291417eb61d1cd3fc69e295c2e9b83c5f6a8ff9 | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@movial.com> | Mon Mar 30 22:53:23 2009 +0300 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 14 13:50:24 2009 +0100 |
tree | d43403c39c97aeda5eb9bdff77dc03aeeb9058c1 | |
parent | 1d9c114dc1702306215439cd608047ab639700db [diff] |
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>