You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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
@@ -91,8 +91,8 @@ void __init plat_setup(void)
|
||||
{
|
||||
board_be_init = ip32_be_init;
|
||||
|
||||
rtc_get_time = mc146818_get_cmos_time;
|
||||
rtc_set_mmss = mc146818_set_rtc_mmss;
|
||||
rtc_mips_get_time = mc146818_get_cmos_time;
|
||||
rtc_mips_set_mmss = mc146818_set_rtc_mmss;
|
||||
|
||||
board_time_init = ip32_time_init;
|
||||
board_timer_setup = ip32_timer_setup;
|
||||
|
||||
Reference in New Issue
Block a user