diff options
Diffstat (limited to 'arch/mips/lasat/setup.c')
-rw-r--r-- | arch/mips/lasat/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/lasat/setup.c b/arch/mips/lasat/setup.c index e9e9a89c6741..bb70a8240e61 100644 --- a/arch/mips/lasat/setup.c +++ b/arch/mips/lasat/setup.c | |||
@@ -175,8 +175,8 @@ void __init plat_setup(void) | |||
175 | 175 | ||
176 | #ifdef CONFIG_DS1603 | 176 | #ifdef CONFIG_DS1603 |
177 | ds1603 = &ds_defs[mips_machtype]; | 177 | ds1603 = &ds_defs[mips_machtype]; |
178 | rtc_get_time = ds1603_read; | 178 | rtc_mips_get_time = ds1603_read; |
179 | rtc_set_time = ds1603_set; | 179 | rtc_mips_set_time = ds1603_set; |
180 | #endif | 180 | #endif |
181 | 181 | ||
182 | #ifdef DYNAMIC_SERIAL_INIT | 182 | #ifdef DYNAMIC_SERIAL_INIT |