Skip to content

Commit

Permalink
MIPS: PowerTV: Remove extra r4k_clockevent_init() call
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David VomLehn authored and Ralf Baechle committed Jan 12, 2010
1 parent 0833c76 commit 1dc2386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/powertv/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ unsigned int __cpuinit get_c0_compare_int(void)
void __init plat_time_init(void)
{
powertv_clocksource_init();
r4k_clockevent_init();
}

0 comments on commit 1dc2386

Please sign in to comment.