diff options
Diffstat (limited to 'arch/mips/lasat/setup.c')
-rw-r--r-- | arch/mips/lasat/setup.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/lasat/setup.c b/arch/mips/lasat/setup.c index 187e37821d93..54827d0174bf 100644 --- a/arch/mips/lasat/setup.c +++ b/arch/mips/lasat/setup.c | |||
@@ -117,7 +117,7 @@ static struct notifier_block lasat_panic_block[] = | |||
117 | } | 117 | } |
118 | }; | 118 | }; |
119 | 119 | ||
120 | static void lasat_time_init(void) | 120 | void plat_time_init(void) |
121 | { | 121 | { |
122 | mips_hpt_frequency = lasat_board_info.li_cpu_hz / 2; | 122 | mips_hpt_frequency = lasat_board_info.li_cpu_hz / 2; |
123 | } | 123 | } |
@@ -142,12 +142,8 @@ void __init plat_mem_setup(void) | |||
142 | 142 | ||
143 | lasat_reboot_setup(); | 143 | lasat_reboot_setup(); |
144 | 144 | ||
145 | board_time_init = lasat_time_init; | ||
146 | |||
147 | #ifdef CONFIG_DS1603 | 145 | #ifdef CONFIG_DS1603 |
148 | ds1603 = &ds_defs[mips_machtype]; | 146 | ds1603 = &ds_defs[mips_machtype]; |
149 | rtc_mips_get_time = ds1603_read; | ||
150 | rtc_mips_set_time = ds1603_set; | ||
151 | #endif | 147 | #endif |
152 | 148 | ||
153 | #ifdef DYNAMIC_SERIAL_INIT | 149 | #ifdef DYNAMIC_SERIAL_INIT |