diff options
| -rw-r--r-- | arch/mips/mm/sc-ip22.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/sc-ip22.c b/arch/mips/mm/sc-ip22.c index 1f602a110e10..13adb5782110 100644 --- a/arch/mips/mm/sc-ip22.c +++ b/arch/mips/mm/sc-ip22.c | |||
| @@ -161,7 +161,7 @@ static inline int __init indy_sc_probe(void) | |||
| 161 | 161 | ||
| 162 | /* XXX Check with wje if the Indy caches can differenciate between | 162 | /* XXX Check with wje if the Indy caches can differenciate between |
| 163 | writeback + invalidate and just invalidate. */ | 163 | writeback + invalidate and just invalidate. */ |
| 164 | struct bcache_ops indy_sc_ops = { | 164 | static struct bcache_ops indy_sc_ops = { |
| 165 | .bc_enable = indy_sc_enable, | 165 | .bc_enable = indy_sc_enable, |
| 166 | .bc_disable = indy_sc_disable, | 166 | .bc_disable = indy_sc_disable, |
| 167 | .bc_wback_inv = indy_sc_wback_invalidate, | 167 | .bc_wback_inv = indy_sc_wback_invalidate, |
