From 540a8a53ed96689b2f3d3589adba6aa11f9307ab Mon Sep 17 00:00:00 2001 From: Dmitri Vorobiev Date: Fri, 31 Oct 2008 19:54:11 +0200 Subject: [PATCH] --- yaml --- r: 119265 b: refs/heads/master c: f43909dfb39c63ce54a598cbd7921643029afdeb h: refs/heads/master i: 119263: 3823e7ffe6590453c983ab92d3b0c0e28a5aaac2 v: v3 --- [refs] | 2 +- trunk/arch/mips/mm/sc-ip22.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 630737c4b6f8..8c90eb5856e4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b432840d0a4740020e29ae7a00717ef8f44954b +refs/heads/master: f43909dfb39c63ce54a598cbd7921643029afdeb diff --git a/trunk/arch/mips/mm/sc-ip22.c b/trunk/arch/mips/mm/sc-ip22.c index 1f602a110e10..13adb5782110 100644 --- a/trunk/arch/mips/mm/sc-ip22.c +++ b/trunk/arch/mips/mm/sc-ip22.c @@ -161,7 +161,7 @@ static inline int __init indy_sc_probe(void) /* XXX Check with wje if the Indy caches can differenciate between writeback + invalidate and just invalidate. */ -struct bcache_ops indy_sc_ops = { +static struct bcache_ops indy_sc_ops = { .bc_enable = indy_sc_enable, .bc_disable = indy_sc_disable, .bc_wback_inv = indy_sc_wback_invalidate,