From: Atsushi Nemoto Date: Wed, 19 Apr 2006 15:12:05 +0000 (+0900) Subject: [MIPS] Fix ip27 build. X-Git-Tag: v2.6.17-rc4~139^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0858d82faf96ffc32b96e23927d10844d38e564;p=platform%2Fkernel%2Flinux-3.10.git [MIPS] Fix ip27 build. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index cddf1ce..36b662e 100644 --- a/arch/mips/sgi-ip27/ip27-timer.c +++ b/arch/mips/sgi-ip27/ip27-timer.c @@ -122,7 +122,7 @@ again: xtime.tv_sec > last_rtc_update + 660 && (xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 && (xtime.tv_nsec / 1000) <= 500000 + ((unsigned) TICK_SIZE) / 2) { - if (rtc_set_time(xtime.tv_sec) == 0) { + if (rtc_mips_set_time(xtime.tv_sec) == 0) { last_rtc_update = xtime.tv_sec; } else { last_rtc_update = xtime.tv_sec - 600;