mfd: Use irq_to_desc in twl4030 code
authorSamuel Ortiz <sameo@openedhand.com>
Thu, 18 Dec 2008 10:38:02 +0000 (11:38 +0100)
committerSamuel Ortiz <samuel@sortiz.org>
Sun, 4 Jan 2009 11:17:42 +0000 (12:17 +0100)
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>

No differences found