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)
commite9867c569970d8afb4b882bafbbe81426bd46333
tree9d3f1cafaa9bbb7cf1f989fc9726704463c51646
parentb4f74767a04e175c028336e06507fcc05f5a8618
sh: Provide create_irq_nr() for dynamic IRQ creation by number.

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>
drivers/sh/intc.c