mirror of https://github.com/hak5/openwrt-owl.git
bcm47xx: Remove FIXME We don't want to move the board time init into SSB. It's just fine as-is. Remove the FIXME.
SVN-Revision: 10474owl
parent
37a2dfbcf5
commit
f116c50a80
|
@ -206,8 +206,7 @@ void __init plat_mem_setup(void)
|
||||||
_machine_restart = bcm47xx_machine_restart;
|
_machine_restart = bcm47xx_machine_restart;
|
||||||
_machine_halt = bcm47xx_machine_halt;
|
_machine_halt = bcm47xx_machine_halt;
|
||||||
pm_power_off = bcm47xx_machine_halt;
|
pm_power_off = bcm47xx_machine_halt;
|
||||||
|
board_time_init = bcm47xx_time_init;
|
||||||
board_time_init = bcm47xx_time_init;//FIXME move into ssb
|
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_SYMBOL(ssb);
|
EXPORT_SYMBOL(ssb);
|
||||||
|
|
Loading…
Reference in New Issue