[MIPS] Deforest the function pointer jungle in the time code.
[firefly-linux-kernel-4.4.55.git] / arch / mips / mips-boards / generic / time.c
index d7bff9ca5356a43240d50643fc87f18bebc007b2..075f9d46f40e665142855231fc5fa25b4ee2acdd 100644 (file)
@@ -224,12 +224,12 @@ static unsigned int __init estimate_cpu_frequency(void)
        return count;
 }
 
-unsigned long __init mips_rtc_get_time(void)
+unsigned long read_persistent_clock(void)
 {
        return mc146818_get_cmos_time();
 }
 
-void __init mips_time_init(void)
+void __init plat_time_init(void)
 {
        unsigned int est_freq;