commit | f43909dfb39c63ce54a598cbd7921643029afdeb | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@movial.fi> | Fri Oct 31 19:54:11 2008 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 20 19:42:33 2008 +0000 |
tree | 91661c50ce0371b9ee503789303379ed94671cfb | |
parent | 1b432840d0a4740020e29ae7a00717ef8f44954b [diff] |
MIPS: IP22: Make indy_sc_ops variable static The indy_sc_ops variable in arch/mips/mm/sc-ip22.c is needlessly defined global, and this patch makes it static. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> ---