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)
commit94964f96a6b7018d68b7386cd8c0b8505d3cf69f
treecee94e998a901ffb9da336637cbade691bc0167f
parent342d765e011f9cbe4292119a9164f76ccf0b922a
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>
drivers/mfd/twl4030-irq.c