gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQ
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 5 Apr 2012 09:15:16 +0000 (12:15 +0300)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 6 Apr 2012 04:38:23 +0000 (21:38 -0700)
Since x86 is using SPARSE_IRQ by default nowadays it means that we need to
allocate IRQ descriptors dynamically using irq_alloc_descs() otherwise the
genirq code fails to convert our irq numbers to suitable descriptors.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found