sh: Provide create_irq_nr() for dynamic IRQ creation by number.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 2 Feb 2010 08:35:13 +0000 (17:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 2 Feb 2010 08:35:13 +0000 (17:35 +0900)
This just reworks the existing create_irq_on_node() in to the new
create_irq_nr() which is generally exposed. This permits boards that
haven't converted over to sparseirq to try and use their existing ranges,
rather than having arbitrary vectors assigned to them.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found