From: Linus Walleij Date: Thu, 18 Oct 2012 16:22:11 +0000 (+0200) Subject: mfd/db8500-prcmu: use the irq_domain_add_simple() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~43^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7238e432539d25726883ed3ee48cd46b5a8fa56;p=pandora-kernel.git mfd/db8500-prcmu: use the irq_domain_add_simple() To be able to use SPARSE_IRQ while yet not using device tree, we need to use irq_domain_add_simple() that will allocate descriptors for the IRQs in the non-DT case, and fall back to using the linear irqdomain in the DT case. Cc: Lee Jones Cc: Samuel Ortiz Acked-by: Arnd Bergmann Signed-off-by: Linus Walleij --- Reading git-diff-tree failed