commit | fa1d43ab451084785153d37ae559c4fdd1546a5b | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri May 22 01:26:16 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri May 22 01:26:16 2009 +0900 |
tree | 31a90b3c61dcd1b8c71ca710fe419c634fe64883 | |
parent | 55620c86ebc29013c0d26c5b3bc423faea299fee [diff] |
sh: irq: Convert from irq_desc[] to irq_to_desc(). 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>