1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 16:05:20 +03:00

bcm47xx: Remove FIXME

We don't want to move the board time init into SSB. It's just fine as-is. Remove the FIXME.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10474 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2008-02-17 11:59:28 +00:00
parent 2950627303
commit 3452d9269b

View File

@ -206,8 +206,7 @@ void __init plat_mem_setup(void)
_machine_restart = bcm47xx_machine_restart;
_machine_halt = bcm47xx_machine_halt;
pm_power_off = bcm47xx_machine_halt;
board_time_init = bcm47xx_time_init;//FIXME move into ssb
board_time_init = bcm47xx_time_init;
}
EXPORT_SYMBOL(ssb);