[PATCH] mips: fixed collision of rtc function name
[linux-2.6-block.git] / arch / mips / lasat / setup.c
index e9e9a89c674182baad26750f7fa5094d4950b5d2..bb70a8240e610026dae01c69d4c3b195b9ac4833 100644 (file)
@@ -175,8 +175,8 @@ void __init plat_setup(void)
 
 #ifdef CONFIG_DS1603
        ds1603 = &ds_defs[mips_machtype];
-       rtc_get_time = ds1603_read;
-       rtc_set_time = ds1603_set;
+       rtc_mips_get_time = ds1603_read;
+       rtc_mips_set_time = ds1603_set;
 #endif
 
 #ifdef DYNAMIC_SERIAL_INIT