Skip to content

Commit

Permalink
[MIPS] IP32: Retire use of plat_timer_setup.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 18, 2007
1 parent 89742e5 commit 76d3a7a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/mips/sgi-ip32/ip32-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ void __init plat_time_init(void)
printk("%d MHz CPU detected\n", mips_hpt_frequency * 2 / 1000000);
}

void __init plat_timer_setup(struct irqaction *irq)
{
irq->handler = no_action;
setup_irq(MIPS_CPU_IRQ_BASE + 7, irq);
}

void __init plat_mem_setup(void)
{
board_be_init = ip32_be_init;
Expand Down

0 comments on commit 76d3a7a

Please sign in to comment.