X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fmips%2Fmomentum%2Focelot_c%2Fsetup.c;h=bd02e60d037a94ad0768d33077751168d2a593ff;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=a3e6f5575592a2e63cc3c4991d4e24b8b2776739;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/mips/momentum/ocelot_c/setup.c b/arch/mips/momentum/ocelot_c/setup.c index a3e6f5575..bd02e60d0 100644 --- a/arch/mips/momentum/ocelot_c/setup.c +++ b/arch/mips/momentum/ocelot_c/setup.c @@ -227,8 +227,8 @@ void momenco_time_init(void) printk("momenco_time_init cpu_clock=%d\n", cpu_clock); board_timer_setup = momenco_timer_setup; - rtc_mips_get_time = m48t37y_get_time; - rtc_mips_set_time = m48t37y_set_time; + rtc_get_time = m48t37y_get_time; + rtc_set_time = m48t37y_set_time; } void __init plat_setup(void)