[PATCH] mips: fixed collision of rtc function name
Fix the collision of rtc function name. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
e041c68341
commit
d23ee8fe6e
@ -193,8 +193,8 @@ static void dec_ioasic_hpt_init(unsigned int count)
|
||||
|
||||
void __init dec_time_init(void)
|
||||
{
|
||||
rtc_get_time = dec_rtc_get_time;
|
||||
rtc_set_mmss = dec_rtc_set_mmss;
|
||||
rtc_mips_get_time = dec_rtc_get_time;
|
||||
rtc_mips_set_mmss = dec_rtc_set_mmss;
|
||||
|
||||
mips_timer_state = dec_timer_state;
|
||||
mips_timer_ack = dec_timer_ack;
|
||||
|
Reference in New Issue
Block a user