[PATCH] mips: fixed collision of rtc function name
[linux-2.6-block.git] / arch / mips / pmc-sierra / yosemite / setup.c
index 8bce711575decce5d40bd5c68909cf28b8a7fa98..3f724d661bdbf6d0f79aa56c7bc3b2793669cf23 100644 (file)
@@ -198,8 +198,8 @@ static void __init py_rtc_setup(void)
        if (!m48t37_base)
                printk(KERN_ERR "Mapping the RTC failed\n");
 
-       rtc_get_time = m48t37y_get_time;
-       rtc_set_time = m48t37y_set_time;
+       rtc_mips_get_time = m48t37y_get_time;
+       rtc_mips_set_time = m48t37y_set_time;
 
        write_seqlock(&xtime_lock);
        xtime.tv_sec = m48t37y_get_time();