sh: irq: Convert from irq_desc[] to irq_to_desc().
authorPaul Mundt <lethal@linux-sh.org>
Thu, 21 May 2009 16:26:16 +0000 (01:26 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 21 May 2009 16:26:16 +0000 (01:26 +0900)
This converts a few places that were using the old irq_desc[] array over
to the shiny new irq_to_desc() helper. Preperatory work for sparse irq
support.

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

No differences found