Pull novell-bugzilla-156426 into release branch
[pandora-kernel.git] / arch / mips / ddb5xxx / common / rtc_ds1386.c
index 995896a..5dc34da 100644 (file)
@@ -165,6 +165,6 @@ rtc_ds1386_init(unsigned long base)
        WRITE_RTC(0xB, byte);
 
        /* set the function pointers */
-       rtc_get_time = rtc_ds1386_get_time;
-       rtc_set_time = rtc_ds1386_set_time;
+       rtc_mips_get_time = rtc_ds1386_get_time;
+       rtc_mips_set_time = rtc_ds1386_set_time;
 }