MIPS: PowerTV: Remove extra r4k_clockevent_init() call
authorDavid VomLehn <dvomlehn@cisco.com>
Tue, 22 Dec 2009 01:43:42 +0000 (17:43 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 12 Jan 2010 17:19:35 +0000 (18:19 +0100)
commit1dc238632bbb4283ba2c789b2aeadb1a2743eb4f
tree1a3b95808fc936aa0e8828fb72ca9ecc5df615d6
parent0833c76bd894b797f353e32c5eadfe16855bcf69
MIPS: PowerTV: Remove extra r4k_clockevent_init() call

A call to r4k_clocksource_init() was added to plat_time_init(), but
when init_mips_clock_source() calls the same function, boot fails in
clockevents_register_device(). This patch removes the extraneous call.

Signed-off-by: David VomLehn <dvomlehn@cisco.com>
Patchwork: http://patchwork.linux-mips.org/patch/803/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/powertv/time.c