Skip to content

Commit

Permalink
Merge branch 'sh/genirq' into sh-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mundt committed Jun 13, 2012
2 parents d978006 + 76b3866 commit af68d8f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions arch/sh/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,16 +231,6 @@ void __init init_IRQ(void)
irq_ctx_init(smp_processor_id());
}

#ifdef CONFIG_SPARSE_IRQ
int __init arch_probe_nr_irqs(void)
{
/*
* No pre-allocated IRQs.
*/
return 0;
}
#endif

#ifdef CONFIG_HOTPLUG_CPU
static void route_irq(struct irq_data *data, unsigned int irq, unsigned int cpu)
{
Expand Down

0 comments on commit af68d8f

Please sign in to comment.