bcm47xx: Remove FIXME We don't want to move the board time init into SSB. It's just...
authorMichael Büsch <mb@bu3sch.de>
Sun, 17 Feb 2008 11:59:28 +0000 (11:59 +0000)
committerMichael Büsch <mb@bu3sch.de>
Sun, 17 Feb 2008 11:59:28 +0000 (11:59 +0000)
SVN-Revision: 10474

target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c

index c3ef7b321271160d844159fd01bf71ce0753a1d9..bd99afaab4d8bd9916270018c2c513fbc2b02b40 100644 (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);