commit | 94964f96a6b7018d68b7386cd8c0b8505d3cf69f | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@openedhand.com> | Thu Dec 18 11:38:02 2008 +0100 |
committer | Samuel Ortiz <samuel@sortiz.org> | Sun Jan 04 12:17:42 2009 +0100 |
tree | cee94e998a901ffb9da336637cbade691bc0167f | |
parent | 342d765e011f9cbe4292119a9164f76ccf0b922a [diff] |
mfd: Use irq_to_desc in twl4030 code The global irq_desc array is soon going to be accessible only with !CONFIG_SPARSE_IRQ. We should start using the generic irq_to_desc() routines instead. Signed-off-by: Samuel Ortiz <sameo@openedhand.com>