diff options
author | Michael Büsch <mb@bu3sch.de> | 2008-02-17 11:59:28 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2008-02-17 11:59:28 +0000 |
commit | d219e0da96750878435ffd96c991620ef658cfde (patch) | |
tree | fb3bdc83711460b6037d8989a87999ab46213506 /target/linux/brcm47xx | |
parent | 91c470b382a24f511cd1eed6d04f57f7e89a5a49 (diff) | |
download | upstream-d219e0da96750878435ffd96c991620ef658cfde.tar.gz upstream-d219e0da96750878435ffd96c991620ef658cfde.tar.bz2 upstream-d219e0da96750878435ffd96c991620ef658cfde.zip |
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
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c b/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c index c3ef7b3212..bd99afaab4 100644 --- a/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c +++ b/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c @@ -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); |